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 Secur
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;
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 likin