|
From: Stephan M. <zw...@we...> - 2011-02-21 09:19:46
|
I am using a workaround now. But that is a hackery solution. Before plotting my data I convert it to dBs and limit it to the lowest value I want to display. Then I plot it using a regular polar plot with a custom formatting function that sets the tick labels with respect to the data offset. Since I use a custom Navigation-Toolbar anyways it was no big deal to add the few necessery lines of codes to handle the offset there, too. The plot now looks exactly as I want it. But: I'd still prefer using a scale that does all the work in the background. -- View this message in context: http://old.nabble.com/Polar-plot---problem-with-negative-values-for-radius-tp30936638p30975519.html Sent from the matplotlib - users mailing list archive at Nabble.com. |