how to make similar polar plot to Creating a Polar Grid with Tikz -just using tikzp. (no pgfplots, pstricks etc)- with negative axis value, there all example just start with axis 0.
So basically I want plot data from csv file with negative value level just using the tikz package.
similar question is Negative y value in polar plot, with no package restriction
thanks.
pgfplotsisn't really wise or helpful.pgfplotsis implemented with TikZ; I don't see the disadvantage in using it. – Sean Allred Jun 18 '15 at 16:23foreachloop you can useevaluatefor this), draw them and on the axis add the ticks -10,-9, ... in place of 0,1, ... – Kpym Jun 20 '15 at 14:09