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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to