Participer au site avec un Tip
Rechercher
 

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 :

Module « matplotlib.axes »

Classe « SecondaryAxis »

Informations générales

Héritage

builtins.object
    Artist
        _AxesBase
            SecondaryAxis

Définition

class SecondaryAxis(_AxesBase):

Description [extrait de SecondaryAxis.__doc__]

    General class to hold a Secondary_X/Yaxis.
    

Constructeur(s)

Signature du constructeur Description
__init__(self, parent, orientation, location, functions, **kwargs)

Liste des attributs statiques

Nom de l'attribut Valeur
namerectilinear
zorder0

Liste des propriétés

Nom de la propriétéDescription
axesThe `~.axes.Axes` instance the artist resides in, or *None*. [extrait de __doc__]
mouseover
stale
sticky_edges
use_sticky_edges
viewLim

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
apply_aspect(self, position=None)
draw(self, *args, **kwargs)
set_alignment(self, align)
set_aspect(self, *args, **kwargs)
set_color(self, color)
set_functions(self, functions)
set_location(self, location)
set_ticks(self, ticks, *, minor=False)

Méthodes héritées de la classe _AxesBase

__getstate__, __init_subclass__, __repr__, __setstate__, __str__, __subclasshook__, add_artist, add_child_axes, add_collection, add_container, add_image, add_line, add_patch, add_table, autoscale, autoscale_view, axis, can_pan, can_zoom, cla, clear, contains, contains_point, drag_pan, draw_artist, end_pan, format_coord, format_xdata, format_ydata, get_adjustable, get_anchor, get_aspect, get_autoscale_on, get_autoscalex_on, get_autoscaley_on, get_axes_locator, get_axisbelow, get_box_aspect, get_children, get_data_ratio, get_default_bbox_extra_artists, get_facecolor, get_fc, get_frame_on, get_images, get_legend, get_lines, get_navigate, get_navigate_mode, get_position, get_rasterization_zorder, get_renderer_cache, get_shared_x_axes, get_shared_y_axes, get_tightbbox, get_window_extent, get_xaxis, get_xaxis_text1_transform, get_xaxis_text2_transform, get_xaxis_transform, get_xbound, get_xgridlines, get_xlabel, get_xlim, get_xmajorticklabels, get_xminorticklabels, get_xscale, get_xticklabels, get_xticklines, get_xticks, get_yaxis, get_yaxis_text1_transform, get_yaxis_text2_transform, get_yaxis_transform, get_ybound, get_ygridlines, get_ylabel, get_ylim, get_ymajorticklabels, get_yminorticklabels, get_yscale, get_yticklabels, get_yticklines, get_yticks, grid, has_data, in_axes, invert_xaxis, invert_yaxis, locator_params, margins, minorticks_off, minorticks_on, redraw_in_frame, relim, reset_position, set_adjustable, set_anchor, set_autoscale_on, set_autoscalex_on, set_autoscaley_on, set_axes_locator, set_axis_off, set_axis_on, set_axisbelow, set_box_aspect, set_facecolor, set_fc, set_figure, set_frame_on, set_navigate, set_navigate_mode, set_position, set_prop_cycle, set_rasterization_zorder, set_xbound, set_xlabel, set_xlim, set_xmargin, set_xscale, set_xticklabels, set_xticks, set_ybound, set_ylabel, set_ylim, set_ymargin, set_yscale, set_yticklabels, set_yticks, sharex, sharey, start_pan, tick_params, ticklabel_format, twinx, twiny, update_datalim, update_datalim_bounds, xaxis_date, xaxis_inverted, yaxis_date, yaxis_inverted

Méthodes héritées de la classe Artist

add_callback, convert_xunits, convert_yunits, findobj, format_cursor_data, get_agg_filter, get_alpha, get_animated, get_clip_box, get_clip_on, get_clip_path, get_contains, get_cursor_data, get_figure, get_gid, get_in_layout, get_label, get_path_effects, get_picker, get_rasterized, get_sketch_params, get_snap, get_transform, get_transformed_clip_path_and_affine, get_url, get_visible, get_zorder, have_units, is_transform_set, pchanged, pick, pickable, properties, remove, remove_callback, set, set_agg_filter, set_alpha, set_animated, set_clip_box, set_clip_on, set_clip_path, set_contains, set_gid, set_in_layout, set_label, set_path_effects, set_picker, set_rasterized, set_sketch_params, set_snap, set_transform, set_url, set_visible, set_zorder, update, update_from

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __sizeof__