mpl_toolkits.axisartist.Axes(*kl, **kw)¶AxisDict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)¶axis¶cla()¶draw(renderer, inframe=False)¶get_children()¶get_grid_helper()¶get_tightbbox(renderer, call_axes_locator=True)¶grid(b=None, which='major', axis='both', **kwargs)¶Toggle the gridlines, and optionally set the properties of the lines.
invalidate_grid_helper()¶new_fixed_axis(loc, offset=None)¶new_floating_axis(nth_coord, value, axis_direction='bottom')¶new_gridlines(grid_helper=None)¶Create and return a new GridlineCollection instance.
which : “major” or “minor” axis : “both”, “x” or “y”
toggle_axisline(b=None)¶mpl_toolkits.axisartist.Axes¶