I think the arguments for RegularPolyCollection were changed from  
0.91.x to 0.98.0, but the example in collections_demo.py were not  
changed.

-Tony

Index: examples/api/collections_demo.py
===================================================================
--- examples/api/collections_demo.py    (revision 5400)
+++ examples/api/collections_demo.py    (working copy)
@@ -86,7 +86,7 @@

  a = fig.add_subplot(2,2,3)

-col = collections.RegularPolyCollection(fig.dpi, 7,
+col = collections.RegularPolyCollection(7,
                                          sizes = N.fabs(xx)*10.0,  
offsets=xyo,
                                          transOffset=a.transData)
  trans = transforms.Affine2D().scale(fig.dpi/72.0)

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to