Re: [Matplotlib-users] How to turn off autoscaling in Axes3D

2007-01-19 Thread John Hunter
> "Matthew" == Matthew Koichi Grimes <[EMAIL PROTECTED]> writes: Matthew> Autoscaling is usually cool, but for my particular Matthew> application I'd like to turn it off, so that my Matthew> successive surface plots are all shown in the same Matthew> scale. How can I turn off a

[Matplotlib-users] How to turn off autoscaling in Axes3D

2007-01-18 Thread Matthew Koichi Grimes
Autoscaling is usually cool, but for my particular application I'd like to turn it off, so that my successive surface plots are all shown in the same scale. How can I turn off autoscaling in Axes3D? My current workaround is to manually set the axis limits just before each draw(), but this is ki