mpl_toolkits.axisartist.grid_finder.GridFinder#

class mpl_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 for GridHelperCurveLinear, with the same constructor parameters; should not be directly instantiated.

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

Compute positioning information for grid lines and ticks, given the axes' data bbox.

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]#