W3cubDocs

/Matplotlib 3.5

mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear

classmpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear[source]

Bases: object

classFixed(axes, loc, nth_coord=None)[source]

Bases: mpl_toolkits.axisartist.axislines.AxisArtistHelper.Fixed

nth_coord = along which coordinate value varies in 2D, nth_coord = 0 -> x axis, nth_coord = 1 -> y axis

get_tick_iterators(axes)[source]

tick_loc, tick_angle, tick_label

classFloating(axes, nth_coord, passingthrough_point, axis_direction='bottom')[source]

Bases: mpl_toolkits.axisartist.axislines.AxisArtistHelper.Floating

get_axislabel_pos_angle(axes)[source]

Return the label reference position in transAxes.

get_label_transform() returns a transform of (transAxes+offset)

get_axislabel_transform(axes)[source]
get_line(axes)[source]
get_line_transform(axes)[source]
get_tick_iterators(axes)[source]

tick_loc, tick_angle, tick_label

get_tick_transform(axes)[source]

© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.5.1/api/_as_gen/mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear.html