>    p = PatchCollection(patches, alpha = 1.0,cmap = mpl.cm.Blues,
>        linewidth="0.0",edgecolor="black",linewidth="0.0")


The documentation at http://matplotlib.sourceforge.net
/api/collections_api.html#matplotlib.collections.PatchCollection

has _plurals_ on the kwards (linewidths rather than linewidth) and
as such it works for me:

coll=matplotlib.collections.PatchCollection(
  patches,alpha=.5,linewidths=0.)

using matplotlib 0.99.0.

HTH, Vaclav




------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to