|
From: <ef...@us...> - 2009-05-22 17:36:40
|
Revision: 7134
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7134&view=rev
Author: efiring
Date: 2009-05-22 17:36:28 +0000 (Fri, 22 May 2009)
Log Message:
-----------
Make polar_bar work with new Path._interpolation_steps attribute
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/axes.py
Modified: trunk/matplotlib/lib/matplotlib/axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes.py 2009-05-22 14:24:55 UTC (rev 7133)
+++ trunk/matplotlib/lib/matplotlib/axes.py 2009-05-22 17:36:28 UTC (rev 7134)
@@ -4309,6 +4309,7 @@
)
label = '_nolegend_'
r.update(kwargs)
+ r.get_path()._interpolation_steps = 100
#print r.get_label(), label, 'label' in kwargs
self.add_patch(r)
patches.append(r)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|