yt.raven.PlotCollectionInteractive.set_ylim

PlotCollectionInteractive.set_ylim(*args, **kwargs)

Set the y-limits of all plots.

set_ylim on all plots is called with the parameters passed to this function.

Parameters :

ymin : float

The left boundary for the x axis.

ymax : float

The right boundary for the x axis.

This Page