yt.raven.PlotCollectionInteractive.autoscale

PlotCollectionInteractive.autoscale(*args, **kwargs)

Turn on autoscaling on all plots.

This has the same effect as:

>>> for p in pc: p.set_autoscale(True)

By default, all plots are autoscaled until the colorbar is set manually. This turns autoscaling back on. The colors may not be updated unless _redraw_image is called on the plots, which should occur with a change in the width or saving of images.

This Page