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