Revision: 6867
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6867&view=rev
Author: mdboom
Date: 2009-02-02 17:58:48 +0000 (Mon, 02 Feb 2009)
Log Message:
-----------
Make resolution of 1 be the default on a polar plot.
Modified Paths:
--------------
trunk/matplotlib/CHANGELOG
trunk/matplotlib/lib/matplotlib/projections/polar.py
Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG 2009-02-02 17:12:27 UTC (rev 6866)
+++ trunk/matplotlib/CHANGELOG 2009-02-02 17:58:48 UTC (rev 6867)
@@ -1,3 +1,5 @@
+2009-02-02 Change default resolution on polar plot to 1 - MGD
+
2009-02-02 Avoid malloc errors in ttconv for fonts that don't have
e.g. PostName (a version of Tahoma triggered this) - JKS
Modified: trunk/matplotlib/lib/matplotlib/projections/polar.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/projections/polar.py 2009-02-02
17:12:27 UTC (rev 6866)
+++ trunk/matplotlib/lib/matplotlib/projections/polar.py 2009-02-02
17:58:48 UTC (rev 6867)
@@ -177,7 +177,7 @@
return 0, vmax
- RESOLUTION = 75
+ RESOLUTION = 1
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:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins