yt.raven.PlotCollection.set_xlim

PlotCollection.set_xlim(xmin, xmax)

Set the x-limits of all plots.

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

Parameters :

xmin : float

The left boundary for the x axis.

xmax : float

The right boundary for the x axis.

Previous topic

yt.raven.PlotCollection.set_width

Next topic

yt.raven.PlotCollection.set_ylim

This Page