[Matplotlib-users] Plotting multiple polygons as heatmaps?

2011-03-20 Thread Rohaq
I've been visualising some data using the pyplot fill function, and whilst overlapping polygons do mix their colours and allow for any overlaps to be apparent, I thought that perhaps this would look much better in a heatmap format to better show high levels of change in the same areas. I've tested

Re: [Matplotlib-users] Qt4 on OSX

2011-03-20 Thread Daniel Welling
Hello, Michiel. The OSX backend used to have a bug where you cannot type a name in the file name text box. Since that has been fixed, I have found a new bug: every so often, when you go to save a file, the "save" and "cancel" button stop responding, trapping the user in file saving limbo. I'll h

Re: [Matplotlib-users] python3 svn branch dead?

2011-03-20 Thread Darren Dale
On Sun, Mar 20, 2011 at 8:52 PM, Xavier Gnata wrote: > On 03/20/2011 07:19 PM, Darren Dale wrote: >> >> On Sun, Mar 20, 2011 at 2:08 PM, Xavier Gnata >>  wrote: >>> >>> Hi, >>> >>> It looks like the >>> http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/branches/py3k/ >>> in dead. >>> The las

Re: [Matplotlib-users] python3 svn branch dead?

2011-03-20 Thread Xavier Gnata
On 03/20/2011 07:19 PM, Darren Dale wrote: > On Sun, Mar 20, 2011 at 2:08 PM, Xavier Gnata wrote: >> Hi, >> >> It looks like the >> http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/branches/py3k/ >> in dead. >> The last commit was 8months ago. >> >> Numpy is ok with python3.1, scipy is ok,

[Matplotlib-users] In mplot3d, how is format_zdata supposed to work? Why is sensible_format_data called?

2011-03-20 Thread Paul Leopardi
Hi all, I am using Matplotlib 1.0.1 and am seeing weird behaviour with mplot3d and ticker formatters, and I think I need to submit a patch to axes3d, but am not sure how much it will break, because format_zdata() and format_coord() look to be defined inconsistently. When trying to rotate a plot

[Matplotlib-users] Changing xlabel/ylabel position

2011-03-20 Thread andes
Hello all, I am trying to change the position of the xlabel/ylabel with respect to the xaxis/yaxis. Particularly, I was trying to get the "xlabel" closer to the "xaxis" and the "ylabel" closer to the "yaxis", for which I was using the lines indicated with '#<---' in the following sample code:

Re: [Matplotlib-users] python3 svn branch dead?

2011-03-20 Thread Darren Dale
On Sun, Mar 20, 2011 at 2:08 PM, Xavier Gnata wrote: > Hi, > > It looks like the > http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/branches/py3k/ > in dead. > The last commit was 8months ago. > > Numpy is ok with python3.1, scipy is ok, nose is ok, ipython is usable. > Ubuntu already provi

[Matplotlib-users] python3 svn branch dead?

2011-03-20 Thread Xavier Gnata
Hi, It looks like the http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/branches/py3k/ in dead. The last commit was 8months ago. Numpy is ok with python3.1, scipy is ok, nose is ok, ipython is usable. Ubuntu already provides python-tk for python3.x It would be nice to port matplotlib to p

Re: [Matplotlib-users] Qt4 on OSX

2011-03-20 Thread Michiel de Hoon
--- On Wed, 3/16/11, Daniel Welling wrote: After playing with backends quite a bit, I have found that the best one in terms of speed, robustness, and features is Qt4Agg - especially on OSX, where the MacOSX backend is buggy and many others just don't plain work.  Why do you think that the