Skip to content

Commit

Permalink
explain what the individual arguments do
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Jan 29, 2024
1 parent 0c88015 commit c54bb25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/graphic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ \section{Basic Usage}
\ltx|--|, which draws a straight line.
\begin{example}
\begin{tikzpicture}
\draw (0, 0)
-- (15:4)
-- (1, 2);
\draw (0, 0) % bottom left
-- (15:4) % angle:length
-- (1, 2); % x,y
\end{tikzpicture}
\tikz{\draw (0, 0) -- (1,1);}
\end{example}
Expand Down

0 comments on commit c54bb25

Please sign in to comment.