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:
objectInternal 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.
- inv_transform_xy(x, y)[source]#
[Deprecated]
Notes
Deprecated since version 3.11: Use grid_finder.get_transform().inverted() instead.