__str__(self) |
|
axis_date(self, tz=None) |
|
cla(self) |
[*Deprecated*] Clear this axis. [extrait de cla.__doc__] |
clear(self) |
|
convert_units(self, x) |
|
draw(self, renderer, *args, **kwargs) |
|
get_children(self) |
|
get_data_interval(self) |
Return the Interval instance for this axis data limits. [extrait de get_data_interval.__doc__] |
get_gridlines(self) |
Return this Axis' grid lines as a list of `.Line2D`\s. [extrait de get_gridlines.__doc__] |
get_inverted(self) |
|
get_label(self) |
Return the axis label as a Text instance. [extrait de get_label.__doc__] |
get_label_position(self) |
|
get_label_text(self) |
Get the text of the label. [extrait de get_label_text.__doc__] |
get_major_formatter(self) |
Get the formatter of the major ticker. [extrait de get_major_formatter.__doc__] |
get_major_locator(self) |
Get the locator of the major ticker. [extrait de get_major_locator.__doc__] |
get_major_ticks(self, numticks=None) |
Return the list of major `.Tick`\s. [extrait de get_major_ticks.__doc__] |
get_majorticklabels(self) |
Return this Axis' major tick labels, as a list of `~.text.Text`. [extrait de get_majorticklabels.__doc__] |
get_majorticklines(self) |
Return this Axis' major tick lines as a list of `.Line2D`\s. [extrait de get_majorticklines.__doc__] |
get_majorticklocs(self) |
Return this Axis' major tick locations in data coordinates. [extrait de get_majorticklocs.__doc__] |
get_minor_formatter(self) |
Get the formatter of the minor ticker. [extrait de get_minor_formatter.__doc__] |
get_minor_locator(self) |
Get the locator of the minor ticker. [extrait de get_minor_locator.__doc__] |
get_minor_ticks(self, numticks=None) |
Return the list of minor `.Tick`\s. [extrait de get_minor_ticks.__doc__] |
get_minorticklabels(self) |
Return this Axis' minor tick labels, as a list of `~.text.Text`. [extrait de get_minorticklabels.__doc__] |
get_minorticklines(self) |
Return this Axis' minor tick lines as a list of `.Line2D`\s. [extrait de get_minorticklines.__doc__] |
get_minorticklocs(self) |
Return this Axis' minor tick locations in data coordinates. [extrait de get_minorticklocs.__doc__] |
get_minpos(self) |
|
get_offset_text(self) |
Return the axis offsetText as a Text instance. [extrait de get_offset_text.__doc__] |
get_pickradius(self) |
Return the depth of the axis used by the picker. [extrait de get_pickradius.__doc__] |
get_remove_overlapping_locs(self) |
|
get_scale(self) |
Return this Axis' scale (as a str). [extrait de get_scale.__doc__] |
get_tick_padding(self) |
|
get_tick_space(self) |
Return the estimated number of ticks that can fit on the axis. [extrait de get_tick_space.__doc__] |
get_ticklabel_extents(self, renderer) |
|
get_ticklabels(self, minor=False, which=None) |
|
get_ticklines(self, minor=False) |
Return this Axis' tick lines as a list of `.Line2D`\s. [extrait de get_ticklines.__doc__] |
get_ticklocs(self, *, minor=False) |
Return this Axis' tick locations in data coordinates. [extrait de get_ticklocs.__doc__] |
get_ticks_direction(self, minor=False) |
|
get_tightbbox(self, renderer, *, for_layout_only=False) |
|
get_transform(self) |
|
get_units(self) |
Return the units for axis. [extrait de get_units.__doc__] |
get_view_interval(self) |
Return the view limits ``(min, max)`` of this axis. [extrait de get_view_interval.__doc__] |
grid(self, b=None, which='major', **kwargs) |
|
have_units(self) |
|
limit_range_for_scale(self, vmin, vmax) |
|
pan(self, numsteps) |
[*Deprecated*] Pan by *numsteps* (can be positive or negative). [extrait de pan.__doc__] |
reset_ticks(self) |
|
set_clip_path(self, clippath, transform=None) |
|
set_data_interval(self, vmin, vmax, ignore=False) |
|
set_default_intervals(self) |
|
set_inverted(self, inverted) |
|
set_label_coords(self, x, y, transform=None) |
|
set_label_position(self, position) |
|
set_label_text(self, label, fontdict=None, **kwargs) |
|
set_major_formatter(self, formatter) |
|
set_major_locator(self, locator) |
|
set_minor_formatter(self, formatter) |
|
set_minor_locator(self, locator) |
|
set_pickradius(self, pickradius) |
|
set_remove_overlapping_locs(self, val) |
|
set_tick_params(self, which='major', reset=False, **kw) |
|
set_ticklabels(self, ticklabels, *, minor=False, **kwargs) |
|
set_ticks(self, ticks, *, minor=False) |
|
set_units(self, u) |
|
set_view_interval(self, vmin, vmax, ignore=False) |
|
update_units(self, data) |
|
zoom(self, direction) |
[*Deprecated*] Zoom in/out on axis; if *direction* is >0 zoom in, else zoom out. [extrait de zoom.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :