You are reading documentation for the unreleased version of Matplotlib. Try searching for the released version of this page instead?
Version 2.0.0b1.post7580.dev0+ge487118
matplotlib
Fork me on GitHub

Table Of Contents

This Page

mpl_toolkits.axisartist.Axes

class mpl_toolkits.axisartist.Axes(*kl, **kw)
class 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)

Examples using mpl_toolkits.axisartist.Axes