Revision: 6957
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6957&view=rev
Author:   mdboom
Date:     2009-03-05 13:22:26 +0000 (Thu, 05 Mar 2009)

Log Message:
-----------
Fix logo-generation script to have rounded polar bar plots.

Modified Paths:
--------------
    trunk/matplotlib/examples/api/logo2.py

Modified: trunk/matplotlib/examples/api/logo2.py
===================================================================
--- trunk/matplotlib/examples/api/logo2.py      2009-03-05 04:45:00 UTC (rev 
6956)
+++ trunk/matplotlib/examples/api/logo2.py      2009-03-05 13:22:26 UTC (rev 
6957)
@@ -47,7 +47,7 @@
                ha='right', va='center', alpha=1.0, transform=ax.transAxes)
 
 def add_polar_bar():
-    ax = fig.add_axes([0.025, 0.075, 0.2, 0.85], polar=True)
+    ax = fig.add_axes([0.025, 0.075, 0.2, 0.85], polar=True, resolution=50)
 
 
     ax.axesPatch.set_alpha(axalpha)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to