Re: [Matplotlib-users] contourf with rgba colours

2011-12-30 Thread Paul Ivanov
Eric Firing, on 2011-12-27 15:31, wrote: > It looks like this is something I can fix by modifying ListedColormap. > It is discarding the alpha values, and I don't think there is any reason > it needs to do so. One of my first attempts at a contribution to matplotlib three years ago was related

Re: [Matplotlib-users] UserWarning: Module dateutil was already imported

2011-12-30 Thread Benjamin Root
On Friday, December 30, 2011, klo uo wrote: from mpl_toolkits.basemap import Basemap > > /usr/local/lib/python2.7/dist-packages/mpl_toolkits/__init__.py:2: UserWarning: Module dateutil was already imported from /usr/local/lib/python2.7/dist-packages/dateutil/__init__.pyc, but /usr/lib/pymodul

[Matplotlib-users] UserWarning: Module dateutil was already imported

2011-12-30 Thread klo uo
>>> from mpl_toolkits.basemap import Basemap /usr/local/lib/python2.7/dist-packages/mpl_toolkits/__init__.py:2: UserWarning: Module dateutil was already imported from /usr/local/lib/python2.7/dist-packages/dateutil/__init__.pyc, but /usr/lib/pymodules/python2.7 is being added to sys.path __impor

[Matplotlib-users] a venn diagram function written in python

2011-12-30 Thread fdu.xia...@gmail.com
Dear all, I couldn't find a function to plot venn diagram with python, so I written one for my daily use (with a lot inspirations from the internet and R). Hope it could be of any help to someone else, so I put it on github. The path to it is https://github.com/icetime/pyinfor/blob/master/venn