axis

mipylib.plotlib.miplot.axis(limits)

Sets the min and max of the x and y axes, with [xmin, xmax, ymin, ymax] .

Parameters

limits – (list) Min and max of the x and y axes.

Example:

>>> axis([1, 20, 3, 25])