axism

mipylib.plotlib.miplot.axism(limits)

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

Parameters

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

Example:

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