From: <md...@us...> - 2007-10-23 14:23:21
|
Revision: 3981 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3981&view=rev Author: mdboom Date: 2007-10-23 07:23:19 -0700 (Tue, 23 Oct 2007) Log Message: ----------- Decreasing polar interpolation resolution. Modified Paths: -------------- branches/transforms/lib/matplotlib/projections/polar.py Modified: branches/transforms/lib/matplotlib/projections/polar.py =================================================================== --- branches/transforms/lib/matplotlib/projections/polar.py 2007-10-21 21:19:51 UTC (rev 3980) +++ branches/transforms/lib/matplotlib/projections/polar.py 2007-10-23 14:23:19 UTC (rev 3981) @@ -151,7 +151,7 @@ def refresh(self): return self.base.refresh() - RESOLUTION = 100 + RESOLUTION = 50 def __init__(self, *args, **kwargs): """ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |