Version 2.2.3
matplotlib

mpl_toolkits.axisartist.axislines.Axes

class mpl_toolkits.axisartist.axislines.Axes(*kl, **kw)[source]
class AxisDict(axes)[source]
axis
cla()[source]
draw(renderer, inframe=False)[source]
get_children()[source]
get_grid_helper()[source]
get_tightbbox(renderer, call_axes_locator=True)[source]
grid(b=None, which=u'major', axis=u'both', **kwargs)[source]

Toggle the gridlines, and optionally set the properties of the lines.

invalidate_grid_helper()[source]
new_fixed_axis(loc, offset=None)[source]
new_floating_axis(nth_coord, value, axis_direction=u'bottom')[source]
new_gridlines(grid_helper=None)[source]

Create and return a new GridlineCollection instance.

which : "major" or "minor" axis : "both", "x" or "y"

toggle_axisline(b=None)[source]