mpl_toolkits.axisartist.grid_finder.GridFinderBase

class mpl_toolkits.axisartist.grid_finder.GridFinderBase(**kwargs)[source]

Bases: mpl_toolkits.axisartist.grid_finder.GridFinder

[Deprecated]

Notes

Deprecated since version 3.2:

transform : transform from the image coordinate (which will be the transData of the axes to the world coordinate.

or transform = (transform_xy, inv_transform_xy)

locator1, locator2 : grid locator for 1st and 2nd axis.

__init__(self, extreme_finder, grid_locator1=None, grid_locator2=None, tick_formatter1=None, tick_formatter2=None)[source]

transform : transform from the image coordinate (which will be the transData of the axes to the world coordinate.

or transform = (transform_xy, inv_transform_xy)

locator1, locator2 : grid locator for 1st and 2nd axis.

__module__ = 'mpl_toolkits.axisartist.grid_finder'

Examples using mpl_toolkits.axisartist.grid_finder.GridFinderBase