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.