Revision: 8303 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8303&view=rev Author: mdboom Date: 2010-05-10 18:20:19 +0000 (Mon, 10 May 2010)
Log Message: ----------- Remove auto-bumping of radial tick labels on polar plots, since it breaks for log scaling. Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/projections/polar.py Modified: trunk/matplotlib/lib/matplotlib/projections/polar.py =================================================================== --- trunk/matplotlib/lib/matplotlib/projections/polar.py 2010-05-10 18:06:45 UTC (rev 8302) +++ trunk/matplotlib/lib/matplotlib/projections/polar.py 2010-05-10 18:20:19 UTC (rev 8303) @@ -301,10 +301,6 @@ self.viewLim.y0 = 0 self.viewLim.y1 = rmax angle = self._r_label1_position.to_values()[4] - self._r_label1_position.clear().translate( - angle, rmax * self._rpad) - self._r_label2_position.clear().translate( - angle, -rmax * self._rpad) def get_rmax(self): return self.viewLim.ymax This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins