SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

$\LaTeX$ to PDF
Quando Pedro me fala sobre Paulo
Sei mais do Pedro do que do Paulo
Sigmund Freud

Coordinate Systems

  1. Mathematics & TiKZ:
    TiKZ Listing: Math.tikz.tex. PDF   PNG   SVG   ZIP*  
    \begin{tikzpicture}
      \tikzmath{\R=2;};
      
      \draw[-latex] (0,0) -- (\R,0) node[right] {$x$};
      \draw[-latex] (0,0) -- (0,\R) node[above] {$y$};
    \end{tikzpicture}
    
  2. Graphics (SVG):
    TiKZ Listing: Graphics.tikz.tex. PDF   PNG   SVG   ZIP*  
    \begin{tikzpicture}
      \tikzmath{\R=2;};
      
      \draw[-latex] (0,\R) -- (\R,\R) node[right] {$x$};
      \draw[-latex] (0,\R) --  (0,0) node[below] {$y$};
    \end{tikzpicture}
    
Messages:
0 secs.