Bases: GridHelperBase
Transform or tuple[Callable, Callable]
The transform from curved coordinates to rectilinear coordinate: either a Transform instance (which provides also its inverse), or a pair of callables (trans, inv_trans) that define the transform and its inverse. The callables should have signature:
x_rect, y_rect = trans(x_curved, y_curved) x_curved, y_curved = inv_trans(x_rect, y_rect)
Grid locators for each axis.
Tick formatters for each axis.
Return list of grid lines as a list of paths (list of points).
[Deprecated]
Deprecated since version 3.9:
mpl_toolkits.axisartist.grid_helper_curvelinear.GridHelperCurveLinear
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.axisartist.grid_helper_curvelinear.GridHelperCurveLinear.html