Edit and compile if you like:
% Author: Izaak Neutelings (June 2020)% Inspiration: https://tex.stackexchange.com/questions/285578/how-to-draw-parallelepiped-and-cube-with-latex/288101#288101\documentclass[border=3pt,tikz]{standalone}\usepackage{amsmath}\usepackage{siunitx}\usepackage{physics}\tikzset{>=latex} % for LaTeX arrow head\colorlet{myblue}{blue!70!black}\colorlet{mydarkblue}{blue!40!black}\colorlet{mygreen}{green!60!black}\colorlet{myred}{red!65!black}\colorlet{mypurple}{red!50!blue!95!black!75}\tikzstyle{wave}=[myblue,thick]\tikzstyle{xline}=[very thick,myblue]\tikzstyle{vline}=[very thick,mygreen]\tikzstyle{aline}=[very thick,mypurple]\tikzstyle{mydashed}=[mydarkblue,dashed]\def\axis#1{\draw[->,thick](-0.1*\xmax,0) -- (1.06*\xmax,0) node[below] {$t$\,[s]};\draw[->,thick](0,-0.15*\ymax) -- (0,1.06*\ymax) node[above=4,below left] {#1};}\def\longaxis#1{\draw[->,thick](-0.1*\xmax,0) -- (1.06*\xmax,0) node[below] {$t$\,[s]};\draw[->,thick](0,-\ymax) -- (0,1.06*\ymax) node[above=4,below left] {#1};}\def\tick#1#2{\draw[thick] (#1) ++ (#2:0.05*\ymax) --++ (#2-180:0.1*\ymax)}\def\vlabel{$v\left[\si{\frac{m}{s}}\right]$}\def\alabel{$a\left[\si{\frac{m}{s^2}}\right]$}\begin{document}% CONSTANT POSITION\def\xmax{2.4}\def\ymax{1.8}
Click to download: kinematics_curves_xva.tex • kinematics_curves_xva.pdf
Open in Overleaf: kinematics_curves_xva.tex