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(x1, y1, x2, y2)[source]#
lon_values, lat_valueslist of grid values. if integer is given,

rough number of grids in each direction.

get_transform()[source]#
inv_transform_xy(x, y)[source]#
set_transform(aux_trans)[source]#
transform_xy(x, y)[source]#
update(**kwargs)[source]#
update_transform(aux_trans)[source]#