> 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
---
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
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
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
--