I am trying to graph something similar to the picture posted.
I am having trouble. I am a novice Tikz user but can't seem to figure out how to plot a general equation for a function.
\documentclass[preview]{standalone}
\usepackage tikz
\usetikzlibrary{arrows.meta
\begin{document}
\begin{tikzpicture}
\draw[Triangle-Triangle,thin](-0.5,0)--(3.5,0) node[right]{$t$};
\draw[Triangle-Triangle,thin](0,-1.5)--(0,3.5) node[right]{$j(t)$};
\end{tikzpicture}
\end{document}


