Friday, 23 August 2013

drawing lines using polar axis coordinate system in pgfplots

drawing lines using polar axis coordinate system in pgfplots

I would like to draw arrows with polar axis notation in a pgfplots figure
that has Cartesian axes with the draw command:
\draw[->] (polar axis cs:radius=1, angle=30) -- (polar axis cs:radius=2,
angle=30);
I could not find any way to do something like this in the documentation.
Are polar coordinates supported in the axis environment?

No comments:

Post a Comment