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.pyplot »

Classe « PolarAxes »

Informations générales

Héritage

builtins.object
    Artist
        _AxesBase
            Axes
                PolarAxes

Définition

class PolarAxes(Axes):

Description [extrait de PolarAxes.__doc__]

    A polar graph projection, where the input dimensions are *theta*, *r*.

    Theta starts pointing east and goes anti-clockwise.
    

Constructeur(s)

Signature du constructeur Description
__init__(self, *args, theta_offset=0, theta_direction=1, rlabel_position=22.5, **kwargs)

Liste des attributs statiques

Nom de l'attribut Valeur
namepolar
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
can_pan(self)
can_zoom(self)
cla(self)
drag_pan(self, button, key, x, y)
draw(self, renderer, *args, **kwargs)
end_pan(self)
format_coord(self, theta, r)
get_data_ratio(self)
get_rlabel_position(self)
get_rmax(self)
get_rmin(self)
get_rorigin(self)
get_rsign(self)
get_theta_direction(self)
get_theta_offset(self)
get_thetamax(self) Return the maximum theta limit in degrees. [extrait de get_thetamax.__doc__]
get_thetamin(self) Get the minimum theta limit in degrees. [extrait de get_thetamin.__doc__]
get_xaxis_text1_transform(self, pad)
get_xaxis_text2_transform(self, pad)
get_xaxis_transform(self, which='grid')
get_yaxis_text1_transform(self, pad)
get_yaxis_text2_transform(self, pad)
get_yaxis_transform(self, which='grid')
set_rgrids(self, radii, labels=None, angle=None, fmt=None, **kwargs)
set_rlabel_position(self, value)
set_rlim(self, bottom=None, top=None, emit=True, auto=False, **kwargs)
set_rmax(self, rmax)
set_rmin(self, rmin)
set_rorigin(self, rorigin)
set_rscale(self, *args, **kwargs)
set_rticks(self, *args, **kwargs)
set_theta_direction(self, direction)
set_theta_offset(self, offset)
set_theta_zero_location(self, loc, offset=0.0)
set_thetagrids(self, angles, labels=None, fmt=None, **kwargs)
set_thetalim(self, *args, **kwargs)
set_thetamax(self, thetamax) Set the maximum theta limit in degrees. [extrait de set_thetamax.__doc__]
set_thetamin(self, thetamin) Set the minimum theta limit in degrees. [extrait de set_thetamin.__doc__]
set_xscale(self, scale, *args, **kwargs)
set_ylim(self, bottom=None, top=None, emit=True, auto=False, *, ymin=None, ymax=None)
set_yscale(self, *args, **kwargs)
start_pan(self, x, y, button)

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

__init_subclass__, __subclasshook__, acorr, angle_spectrum, annotate, arrow, axhline, axhspan, axline, axvline, axvspan, bar, bar_label, barbs, barh, boxplot, broken_barh, bxp, clabel, cohere, contour, contourf, csd, errorbar, eventplot, fill, fill_between, fill_betweenx, get_legend_handles_labels, get_title, hexbin, hist, hist2d, hlines, imshow, indicate_inset, indicate_inset_zoom, inset_axes, legend, loglog, magnitude_spectrum, matshow, pcolor, pcolorfast, pcolormesh, phase_spectrum, pie, plot, plot_date, psd, quiver, quiverkey, scatter, secondary_xaxis, secondary_yaxis, semilogx, semilogy, set_title, specgram, spy, stairs, stem, step, text, violin, violinplot, vlines, xcorr

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

__getstate__, __repr__, __setstate__, __str__, add_artist, add_child_axes, add_collection, add_container, add_image, add_line, add_patch, add_table, apply_aspect, autoscale, autoscale_view, axis, clear, contains, contains_point, draw_artist, 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_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_xbound, get_xgridlines, get_xlabel, get_xlim, get_xmajorticklabels, get_xminorticklabels, get_xscale, get_xticklabels, get_xticklines, get_xticks, get_yaxis, 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_aspect, 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_xticklabels, set_xticks, set_ybound, set_ylabel, set_ymargin, set_yticklabels, set_yticks, sharex, sharey, 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__