>>>>> "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 autoscaling in Axes3D?

    Matthew> My current workaround is to manually set the axis limits
    Matthew> just before each draw(), but this is kind of a pain, and
    Matthew> fragile.

Matt, just to let you know, axes3d is not really supported.  We
include it because some people find it useful and we're hoping some
person (you!) will pick it up and run with it.  This code was written
and generously donated by John Porter, who is too busy to maintain it
as are the other core mpl devels.  So please use it and post problems,
but don't be surprised if noone comes to your aid.  Most likely, you
will need to find and fix these bugs yourself as you can.

In general, you can turn off autoscaling with 

  ax.set_autoscale_on(False)

Though I would have to dig through the code to see if this is
supported for Axes3d....

JDH

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to