mpl_toolkits.axisartist.floating_axes.GridHelperCurveLinear

class mpl_toolkits.axisartist.floating_axes.GridHelperCurveLinear(aux_trans, extremes, grid_locator1=None, grid_locator2=None, tick_formatter1=None, tick_formatter2=None)[source]

Bases: mpl_toolkits.axisartist.grid_helper_curvelinear.GridHelperCurveLinear

get_boundary()[source]

Return (N, 2) array of (x, y) coordinate of the boundary.

get_data_boundary(side)[source]

return v=0, nth=1

get_gridlines(which='major', axis='both')[source]

Return list of grid lines as a list of paths (list of points).

which : "major" or "minor" axis : "both", "x" or "y"

new_fixed_axis(loc, nth_coord=None, axis_direction=None, offset=None, axes=None)[source]

Examples using mpl_toolkits.axisartist.floating_axes.GridHelperCurveLinear