yt.raven.PlotCollection.set_ylim

PlotCollection.set_ylim(ymin, ymax)

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.

Previous topic

yt.raven.PlotCollection.set_xlim

Next topic

yt.raven.PlotCollection.set_zlim

This Page