Summary: want to post tikz here
ok I really didn't know where to post this but can this forum render tikz
I saw some other examples but don't know the setup here
$\begin{tikzpicture}
\draw[->] (-3,0) -- (4.2,0) node
{$x$};
\draw[->] (0,-3) -- (0,4.2) node[above] {$y$}...