Tagged Questions
19
votes
3answers
2k views
How to place a node in the middle of an arc?
I think it is a simple question, but I didn't find the answer yet. The code I'm using is the following:
\draw[->](1,0) arc(0:-30:1) node[midway]{$30$};
But in this way the node is placed at the ...