On Sun, Oct 2, 2022 at 8:55 PM Dan wrote:
>
> Hello! I'm having troubles with drawing an arc. The rest of the diagram
> works fine and the code seems to parse but nothing shows up on the picture.
>
> Here's the code:
> \begin{tikzpicture}[domain=3:10]
> \draw (0,0) rectangle (3,5);
>
Hello! I'm having troubles with drawing an arc. The rest of the diagram
works fine and the code seems to parse but nothing shows up on the picture.
Here's the code:
\begin{tikzpicture}[domain=3:10]
\draw (0,0) rectangle (3,5);
\draw (0,0) -- (10, 0);
\draw [<->] (2,0) -- (2,5);