acorr(self, x, *, data=None, **kwargs) |
Plot the autocorrelation of *x*. [extrait de acorr.__doc__] |
angle_spectrum(self, x, Fs=None, Fc=None, window=None, pad_to=None, sides=None, *, data=None, **kwargs) |
Plot the angle spectrum. [extrait de angle_spectrum.__doc__] |
annotate(self, text, xy, *args, **kwargs) |
|
arrow(self, x, y, dx, dy, **kwargs) |
Add an arrow to the Axes. [extrait de arrow.__doc__] |
axhline(self, y=0, xmin=0, xmax=1, **kwargs) |
Add a horizontal line across the axis. [extrait de axhline.__doc__] |
axhspan(self, ymin, ymax, xmin=0, xmax=1, **kwargs) |
Add a horizontal span (rectangle) across the Axes. [extrait de axhspan.__doc__] |
axline(self, xy1, xy2=None, *, slope=None, **kwargs) |
Add an infinitely long straight line. [extrait de axline.__doc__] |
axvline(self, x=0, ymin=0, ymax=1, **kwargs) |
Add a vertical line across the Axes. [extrait de axvline.__doc__] |
axvspan(self, xmin, xmax, ymin=0, ymax=1, **kwargs) |
Add a vertical span (rectangle) across the Axes. [extrait de axvspan.__doc__] |
bar(self, x, height, width=0.8, bottom=None, *, align='center', data=None, **kwargs) |
Make a bar plot. [extrait de bar.__doc__] |
bar_label(self, container, labels=None, *, fmt='%g', label_type='edge', padding=0, **kwargs) |
|
barbs(self, *args, data=None, **kw) |
Plot a 2D field of barbs. [extrait de barbs.__doc__] |
barh(self, y, width, height=0.8, left=None, *, align='center', **kwargs) |
Make a horizontal bar plot. [extrait de barh.__doc__] |
boxplot(self, x, notch=None, sym=None, vert=None, whis=None, positions=None, widths=None, patch_artist=None, bootstrap=None, usermedians=None, conf_intervals=None, meanline=None, showmeans=None, showcaps=None, showbox=None, showfliers=None, boxprops=None, labels=None, flierprops=None, medianprops=None, meanprops=None, capprops=None, whiskerprops=None, manage_ticks=True, autorange=False, zorder=None, *, data=None) |
Make a box and whisker plot. [extrait de boxplot.__doc__] |
broken_barh(self, xranges, yrange, *, data=None, **kwargs) |
Plot a horizontal sequence of rectangles. [extrait de broken_barh.__doc__] |
bxp(self, bxpstats, positions=None, widths=None, vert=True, patch_artist=False, shownotches=False, showmeans=False, showcaps=True, showbox=True, showfliers=True, boxprops=None, whiskerprops=None, flierprops=None, medianprops=None, capprops=None, meanprops=None, meanline=False, manage_ticks=True, zorder=None) |
|
clabel(self, CS, levels=None, **kwargs) |
|
cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=<function detrend_none at 0x7f5050c634c0>, window=<function window_hanning at 0x7f5050c63280>, noverlap=0, pad_to=None, sides='default', scale_by_freq=None, *, data=None, **kwargs) |
Plot the coherence between *x* and *y*. [extrait de cohere.__doc__] |
contour(self, *args, data=None, **kwargs) |
|
contourf(self, *args, data=None, **kwargs) |
|
csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None, window=None, noverlap=None, pad_to=None, sides=None, scale_by_freq=None, return_line=None, *, data=None, **kwargs) |
Plot the cross-spectral density. [extrait de csd.__doc__] |
errorbar(self, x, y, yerr=None, xerr=None, fmt='', ecolor=None, elinewidth=None, capsize=None, barsabove=False, lolims=False, uplims=False, xlolims=False, xuplims=False, errorevery=1, capthick=None, *, data=None, **kwargs) |
Plot y versus x as lines and/or markers with attached errorbars. [extrait de errorbar.__doc__] |
eventplot(self, positions, orientation='horizontal', lineoffsets=1, linelengths=1, linewidths=None, colors=None, linestyles='solid', *, data=None, **kwargs) |
Plot identical parallel lines at the given positions. [extrait de eventplot.__doc__] |
fill(self, *args, data=None, **kwargs) |
|
fill_between(self, x, y1, y2=0, where=None, interpolate=False, step=None, *, data=None, **kwargs) |
Fill the area between two horizontal curves. [extrait de fill_between.__doc__] |
fill_betweenx(self, y, x1, x2=0, where=None, step=None, interpolate=False, *, data=None, **kwargs) |
Fill the area between two vertical curves. [extrait de fill_betweenx.__doc__] |
get_legend_handles_labels(self, legend_handler_map=None) |
|
get_title(self, loc='center') |
|
hexbin(self, x, y, C=None, gridsize=100, bins=None, xscale='linear', yscale='linear', extent=None, cmap=None, norm=None, vmin=None, vmax=None, alpha=None, linewidths=None, edgecolors='face', reduce_C_function=<function mean at 0x7f507722a280>, mincnt=None, marginals=False, *, data=None, **kwargs) |
Make a 2D hexagonal binning plot of points *x*, *y*. [extrait de hexbin.__doc__] |
hist(self, x, bins=None, range=None, density=False, weights=None, cumulative=False, bottom=None, histtype='bar', align='mid', orientation='vertical', rwidth=None, log=False, color=None, label=None, stacked=False, *, data=None, **kwargs) |
Plot a histogram. [extrait de hist.__doc__] |
hist2d(self, x, y, bins=10, range=None, density=False, weights=None, cmin=None, cmax=None, *, data=None, **kwargs) |
Make a 2D histogram plot. [extrait de hist2d.__doc__] |
hlines(self, y, xmin, xmax, colors=None, linestyles='solid', label='', *, data=None, **kwargs) |
Plot horizontal lines at each *y* from *xmin* to *xmax*. [extrait de hlines.__doc__] |
imshow(self, X, cmap=None, norm=None, aspect=None, interpolation=None, alpha=None, vmin=None, vmax=None, origin=None, extent=None, *, filternorm=True, filterrad=4.0, resample=None, url=None, data=None, **kwargs) |
Display data as an image, i.e., on a 2D regular raster. [extrait de imshow.__doc__] |
indicate_inset(self, bounds, inset_ax=None, *, transform=None, facecolor='none', edgecolor='0.5', alpha=0.5, zorder=4.99, **kwargs) |
Add an inset indicator to the Axes. This is a rectangle on the plot [extrait de indicate_inset.__doc__] |
indicate_inset_zoom(self, inset_ax, **kwargs) |
|
inset_axes(self, bounds, *, transform=None, zorder=5, **kwargs) |
|
legend(self, *args, **kwargs) |
Place a legend on the Axes. [extrait de legend.__doc__] |
loglog(self, *args, **kwargs) |
Make a plot with log scaling on both the x and y axis. [extrait de loglog.__doc__] |
magnitude_spectrum(self, x, Fs=None, Fc=None, window=None, pad_to=None, sides=None, scale=None, *, data=None, **kwargs) |
Plot the magnitude spectrum. [extrait de magnitude_spectrum.__doc__] |
matshow(self, Z, **kwargs) |
|
pcolor(self, *args, shading=None, alpha=None, norm=None, cmap=None, vmin=None, vmax=None, data=None, **kwargs) |
Create a pseudocolor plot with a non-regular rectangular grid. [extrait de pcolor.__doc__] |
pcolorfast(self, *args, alpha=None, norm=None, cmap=None, vmin=None, vmax=None, data=None, **kwargs) |
Create a pseudocolor plot with a non-regular rectangular grid. [extrait de pcolorfast.__doc__] |
pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None, vmax=None, shading=None, antialiased=False, data=None, **kwargs) |
Create a pseudocolor plot with a non-regular rectangular grid. [extrait de pcolormesh.__doc__] |
phase_spectrum(self, x, Fs=None, Fc=None, window=None, pad_to=None, sides=None, *, data=None, **kwargs) |
Plot the phase spectrum. [extrait de phase_spectrum.__doc__] |
pie(self, x, explode=None, labels=None, colors=None, autopct=None, pctdistance=0.6, shadow=False, labeldistance=1.1, startangle=0, radius=1, counterclock=True, wedgeprops=None, textprops=None, center=(0, 0), frame=False, rotatelabels=False, *, normalize=None, data=None) |
Plot a pie chart. [extrait de pie.__doc__] |
plot(self, *args, scalex=True, scaley=True, data=None, **kwargs) |
Plot y versus x as lines and/or markers. [extrait de plot.__doc__] |
plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False, *, data=None, **kwargs) |
Plot co-ercing the axis to treat floats as dates. [extrait de plot_date.__doc__] |
psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None, window=None, noverlap=None, pad_to=None, sides=None, scale_by_freq=None, return_line=None, *, data=None, **kwargs) |
Plot the power spectral density. [extrait de psd.__doc__] |
quiver(self, *args, data=None, **kw) |
|
quiverkey(self, Q, X, Y, U, label, **kw) |
|
scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None, vmin=None, vmax=None, alpha=None, linewidths=None, *, edgecolors=None, plotnonfinite=False, data=None, **kwargs) |
A scatter plot of *y* vs. *x* with varying marker size and/or color. [extrait de scatter.__doc__] |
secondary_xaxis(self, location, *, functions=None, **kwargs) |
Add a second x-axis to this Axes. [extrait de secondary_xaxis.__doc__] |
secondary_yaxis(self, location, *, functions=None, **kwargs) |
Add a second y-axis to this Axes. [extrait de secondary_yaxis.__doc__] |
semilogx(self, *args, **kwargs) |
Make a plot with log scaling on the x axis. [extrait de semilogx.__doc__] |
semilogy(self, *args, **kwargs) |
Make a plot with log scaling on the y axis. [extrait de semilogy.__doc__] |
set_title(self, label, fontdict=None, loc=None, pad=None, *, y=None, **kwargs) |
|
specgram(self, x, NFFT=None, Fs=None, Fc=None, detrend=None, window=None, noverlap=None, cmap=None, xextent=None, pad_to=None, sides=None, scale_by_freq=None, mode=None, scale=None, vmin=None, vmax=None, *, data=None, **kwargs) |
Plot a spectrogram. [extrait de specgram.__doc__] |
spy(self, Z, precision=0, marker=None, markersize=None, aspect='equal', origin='upper', **kwargs) |
Plot the sparsity pattern of a 2D array. [extrait de spy.__doc__] |
stairs(self, values, edges=None, *, orientation='vertical', baseline=0, fill=False, data=None, **kwargs) |
A stepwise constant function as a line with bounding edges [extrait de stairs.__doc__] |
stem(self, *args, linefmt=None, markerfmt=None, basefmt=None, bottom=0, label=None, use_line_collection=True, orientation='vertical', data=None) |
Create a stem plot. [extrait de stem.__doc__] |
step(self, x, y, *args, where='pre', data=None, **kwargs) |
|
text(self, x, y, s, fontdict=None, **kwargs) |
Add text to the Axes. [extrait de text.__doc__] |
violin(self, vpstats, positions=None, vert=True, widths=0.5, showmeans=False, showextrema=True, showmedians=False) |
|
violinplot(self, dataset, positions=None, vert=True, widths=0.5, showmeans=False, showextrema=True, showmedians=False, quantiles=None, points=100, bw_method=None, *, data=None) |
Make a violin plot. [extrait de violinplot.__doc__] |
vlines(self, x, ymin, ymax, colors=None, linestyles='solid', label='', *, data=None, **kwargs) |
Plot vertical lines at each *x* from *ymin* to *ymax*. [extrait de vlines.__doc__] |
xcorr(self, x, y, normed=True, detrend=<function detrend_none at 0x7f5050c634c0>, usevlines=True, maxlags=10, *, data=None, **kwargs) |
Plot the cross correlation between *x* and *y*. [extrait de xcorr.__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 :