[Matplotlib-users] axes3d, initial azimuth and elevation

2012-07-14 Thread gsal
So, I have [code] from mpl_toolkits.mplot3d import axes3d fig = plt.figure(figsize=(10,7)) ax = fig.gca(projection='3d') ax.scatter(xs, ys, zs, c='r') plt.show() [/code] but when the figure first comes up, it is not to my liking; when I interactively (with the mouse) move it around to my

Re: [Matplotlib-users] axes3d, initial azimuth and elevation

2012-07-14 Thread Benjamin Root
On Saturday, July 14, 2012, gsal wrote: So, I have [code] from mpl_toolkits.mplot3d import axes3d fig = plt.figure(figsize=(10,7)) ax = fig.gca(projection='3d') ax.scatter(xs, ys, zs, c='r') plt.show() [/code] but when the figure first comes up, it is not to my liking; when I

Re: [Matplotlib-users] axes3d, initial azimuth and elevation

2012-07-14 Thread gsal
got it, thanks. -- View this message in context: http://old.nabble.com/axes3d%2C-initial-azimuth-and-elevation-tp34161970p34162843.html Sent from the matplotlib - users mailing list archive at Nabble.com. -- Live