matplotlib.pyplot.
axis
(*v, **kwargs)[source]¶Convenience method to get or set some axis properties.
Call signatures:
xmin, xmax, ymin, ymax = axis()
xmin, xmax, ymin, ymax = axis(xmin, xmax, ymin, ymax)
xmin, xmax, ymin, ymax = axis(option)
xmin, xmax, ymin, ymax = axis(**kwargs)
Parameters: | xmin, ymin, xmax, ymax : float, optional
option : str
emit : bool, optional, default True |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Returns: | xmin, xmax, ymin, ymax : float
|
matplotlib.pyplot.axis
¶