We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I have this code right now:
\begin{document} \begin{tikzpicture}[domain=-pi:pi] \draw[very thin,color=gray] (-pi,-pi) grid (pi,pi); \draw[->] (-0.2,0) -- (pi+0.2,0) node[right] {$x$}; \draw[->] (0,-1.2) -- (0,pi+0.2) node[above] {$f(x)$}; \draw[color=red] plot (\x,{tan(\x r)}) node[right] {$f(x) =\tan x$}; \draw[color=blue] plot ({tan(\x r)},\x) node[right] {$f(x) = \arctan x$}; \end{tikzpicture} \end{document}
with result
if I remove the radiant sign "r" I get
which is not what I want.
Could u tell me what I am doing wrong or is the plugin not working
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi I have this code right now:
with result
if I remove the radiant sign "r" I get
which is not what I want.
Could u tell me what I am doing wrong or is the plugin not working
The text was updated successfully, but these errors were encountered: