Re: Drawing an arc

2022-10-02 Thread Udicoudco
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); >

Drawing an arc

2022-10-02 Thread Dan
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);