mpl_toolkits.axisartist.grid_finder.GridFinder#

classmpl_toolkits.axisartist.grid_finder.GridFinder(transform,extreme_finder=None,grid_locator1=None,grid_locator2=None,tick_formatter1=None,tick_formatter2=None)[source]#

Bases:object

Internal helper forGridHelperCurveLinear, withthe same constructor parameters; should not be directly instantiated.

get_grid_info(*args,**kwargs)[source]#

Compute positioning information for grid lines and ticks, given theaxes' databbox.

get_transform()[source]#
inv_transform_xy(x,y)[source]#

[Deprecated]

Notes

Deprecated since version 3.11:Use grid_finder.get_transform().inverted() instead.

set_transform(aux_trans)[source]#
transform_xy(x,y)[source]#

[Deprecated]

Notes

Deprecated since version 3.11:Use grid_finder.get_transform() instead.

update(**kwargs)[source]#
update_transform(aux_trans)[source]#