[Matplotlib-users] Constrained zoom to x axis broken ?

2011-04-16 Thread butterw
> http://matplotlib.sourceforge.net/users/navigation_toolbar.html Constrained zoom to x axis (hold x key + left click zoom icon) is broken for me with master. Tested with TkAgg, Qt4Agg backend features was working on mpl 1.0.0 ---

[Matplotlib-users] mplot3d and ticks

2011-04-16 Thread Giovanni Luca Ciampaglia
Is there a way to control the distance between the axis label and the tick labels with mplot3d.Axes3D? For small figure sizes they overlap and I haven't found a way to fix that. My last resort was to remove the tick labels but that sucks for publication-quality plots. Cheers, -- Giovanni Luca

Re: [Matplotlib-users] Pixel shape

2011-04-16 Thread Sebastian Berg
Hello, check the help ;). you can set aspect='auto' or something fixed. Regards, Sebastian On Sat, 2011-04-16 at 10:43 +0200, Paolo Zaffino wrote: > Hi at all, > I have a numpy matrix (an image) and I'd like to show it. > I thought to use show function, but I have a question. > I don't want tha

[Matplotlib-users] Pixel shape

2011-04-16 Thread Paolo Zaffino
Hi at all, I have a numpy matrix (an image) and I'd like to show it. I thought to use show function, but I have a question. I don't want that the pixel have dimension 1x1 unit but I want for example 1X1.5 unit (I don't want a square but a rectangle). How can I do this? Thanks in advance. Paolo --