mpl_toolkits.axisartist.floating_axes.FixedAxisArtistHelper

class mpl_toolkits.axisartist.floating_axes.FixedAxisArtistHelper(grid_helper, side, nth_coord_ticks=None) [source]

Bases: mpl_toolkits.axisartist.grid_helper_curvelinear.FloatingAxisArtistHelper

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

tick_loc, tick_angle, tick_label, (optionally) tick_label

update_lim(self, axes) [source]

Examples using mpl_toolkits.axisartist.floating_axes.FixedAxisArtistHelper

© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.3.3/api/_as_gen/mpl_toolkits.axisartist.floating_axes.FixedAxisArtistHelper.html