Re: [Matplotlib-users] mplot3d, set_aspect('equal') doesn't work

2011-07-04 Thread Benjamin Root
On Mon, Jul 4, 2011 at 11:58 AM, Nico Schlömer wrote: > Also, set_{x,y,z}lim3d() doesn't seem to influence the plot at all. ? > > --Nico > > > Do you have an example demonstrating this? Also, which version of matplotlib are you using? These functions should work as expected in version 1.0.1. B

Re: [Matplotlib-users] mplot3d, set_aspect('equal') doesn't work

2011-07-04 Thread Benjamin Root
On Mon, Jul 4, 2011 at 11:54 AM, Nico Schlömer wrote: > Hi all, > > this issue has come up before (see > > http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg14255.html > ) > and now it was me who got bitten by it: As far as I can see, for > mplot3d axes, it is not possible to s

Re: [Matplotlib-users] mplot3d, set_aspect('equal') doesn't work

2011-07-04 Thread Nico Schlömer
Also, set_{x,y,z}lim3d() doesn't seem to influence the plot at all. ? --Nico On Mon, Jul 4, 2011 at 6:54 PM, Nico Schlömer wrote: > Hi all, > > this issue has come up before (see > http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg14255.html) > and now it was me who got bit