mpl_toolkits.axisartist.grid_helper_curvelinear.FloatingAxisArtistHelper

class mpl_toolkits.axisartist.grid_helper_curvelinear.FloatingAxisArtistHelper(grid_helper, nth_coord, value, axis_direction=None)[source]

Bases: mpl_toolkits.axisartist.axislines.AxisArtistHelper.Floating

nth_coord = along which coordinate value varies.
nth_coord = 0 -> x axis, nth_coord = 1 -> y axis
__init__(self, grid_helper, nth_coord, value, axis_direction=None)[source]
nth_coord = along which coordinate value varies.
nth_coord = 0 -> x axis, nth_coord = 1 -> y axis
__module__ = 'mpl_toolkits.axisartist.grid_helper_curvelinear'
get_axislabel_pos_angle(self, axes)[source]
get_axislabel_transform(self, axes)[source]
get_line(self, axes)[source]
get_line_transform(self, axes)[source]
get_tick_iterators(self, axes)[source]

tick_loc, tick_angle, tick_label, (optionally) tick_label

get_tick_transform(self, axes)[source]
set_extremes(self, e1, e2)[source]
update_lim(self, axes)[source]

Examples using mpl_toolkits.axisartist.grid_helper_curvelinear.FloatingAxisArtistHelper