mpl_toolkits.axisartist.axislines.Axes(*args, grid_helper=None, **kwargs)[source]¶Bases: matplotlib.axes._axes.Axes
axis¶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, xmax, ymin, ymax : float, optional
option : bool or str
emit : bool, optional, default True |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Returns: | xmin, xmax, ymin, ymax : float
|
grid(b=None, which='major', axis='both', **kwargs)[source]¶Toggle the gridlines, and optionally set the properties of the lines.