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.

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to