Package reflectometry :: Package model1d :: Package tests :: Module mplot3d :: Class Axis

Class Axis


Instance Methods
 
__init__(self, adir, v_intervalx, d_intervalx, axes, *args, **kwargs)
Init the axis with the parent Axes instance
 
draw(self, renderer)
Draw the axis lines, grid lines, tick lines and labels
 
get_data_interval(self)
return the Interval instance for this axis data limits
 
get_major_ticks(self)
get the tick instances; grow as necessary
 
get_tick_positions(self)
 
get_view_interval(self)
return the Interval instance for this axis view limits
 
set_pane_bg(self, xys)
 
set_pane_fg(self, xys)

Inherited from matplotlib.axis.XAxis: contains, get_label_position, get_minpos, get_text_heights, get_ticks_position, set_data_interval, set_label_position, set_ticks_position, set_view_interval, tick_bottom, tick_top

Inherited from matplotlib.axis.Axis: __str__, cla, convert_units, get_children, get_gridlines, get_label, get_major_formatter, get_major_locator, get_majorticklabels, get_majorticklines, get_majorticklocs, get_minor_formatter, get_minor_locator, get_minor_ticks, get_minorticklabels, get_minorticklines, get_minorticklocs, get_offset_text, get_pickradius, get_scale, get_ticklabel_extents, get_ticklabels, get_ticklines, get_ticklocs, get_transform, get_units, grid, have_units, iter_ticks, limit_range_for_scale, pan, set_clip_path, set_label_coords, set_major_formatter, set_major_locator, set_minor_formatter, set_minor_locator, set_pickradius, set_scale, set_ticklabels, set_ticks, set_units, update_units, zoom

Inherited from matplotlib.artist.Artist: add_callback, convert_xunits, convert_yunits, findobj, get_alpha, get_animated, get_axes, get_clip_box, get_clip_on, get_clip_path, get_contains, get_figure, get_picker, get_transformed_clip_path_and_affine, get_url, get_visible, get_zorder, hitlist, is_figure_set, is_transform_set, pchanged, pick, pickable, remove, remove_callback, set, set_alpha, set_animated, set_axes, set_clip_box, set_clip_on, set_contains, set_figure, set_label, set_lod, set_picker, set_transform, set_url, set_visible, set_zorder, update, update_from

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables

Inherited from matplotlib.axis.XAxis: __name__, axis_name

Inherited from matplotlib.axis.Axis: LABELPAD, OFFSETTEXTPAD

Inherited from matplotlib.artist.Artist: aname, zorder

Properties

Inherited from object: __class__

Method Details

__init__(self, adir, v_intervalx, d_intervalx, axes, *args, **kwargs)
(Constructor)

 
Init the axis with the parent Axes instance
Overrides: object.__init__
(inherited documentation)

draw(self, renderer)

 
Draw the axis lines, grid lines, tick lines and labels
Overrides: matplotlib.artist.Artist.draw
(inherited documentation)

get_data_interval(self)

 
return the Interval instance for this axis data limits
Overrides: matplotlib.axis.Axis.get_data_interval

get_major_ticks(self)

 
get the tick instances; grow as necessary
Overrides: matplotlib.axis.Axis.get_major_ticks
(inherited documentation)

get_view_interval(self)

 
return the Interval instance for this axis view limits
Overrides: matplotlib.axis.Axis.get_view_interval