You are reading documentation for the unreleased version of Matplotlib. Try searching for the released version of this page instead?
Version 2.0.0b1.post7580.dev0+ge487118
matplotlib
Fork me on GitHub

This Page

mpl_toolkits.axisartist.AxisArtistHelperRectlinear

class mpl_toolkits.axisartist.AxisArtistHelperRectlinear
class Fixed(axes, loc, nth_coord=None)

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

get_tick_iterators(axes)

tick_loc, tick_angle, tick_label

class Floating(axes, nth_coord, passingthrough_point, axis_direction='bottom')
get_axislabel_pos_angle(axes)

label reference position in transAxes.

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

get_axislabel_transform(axes)
get_line(axes)
get_line_transform(axes)
get_tick_iterators(axes)

tick_loc, tick_angle, tick_label

get_tick_transform(axes)