|
From: Friedrich R. <fri...@gm...> - 2010-10-21 12:14:41
|
2010/10/21 Stefan Mauerberger <ste...@mn...>: > My goal is to draw a grid with labels above the data. Similar to the > example 'demo curvelinear grid'. Ok, I think I cannot give you an authoritative response here, but the following might be useful for the labels: http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.text >From first glimple, I don't understand http://matplotlib.sourceforge.net/examples/axes_grid/demo_curvelinear_grid.html either. It assumes a lot of knowledge of the techniques used imo. As a conclusion, I predict that this plot can easily grow to middle complexity, and that it might be worth using PolarAxes with grid turned off, and maybe save it as svg and remove the circle or sth like that. AFAIK, lines in PolarAxes are automatically bended, so the grid shouln't be a problem (you may use some pcolor function with nans in the values, so that only the grid is drawn) You can override the PolarAxes locator and ticklabels. Friedrich |