|
From: <md...@us...> - 2009-03-05 13:22:36
|
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.
|