PlotAxes¶
- class PlotAxes(*args, **kwargs)[source]¶
Bases:
proplot.axes.base.AxesThe second lowest-level
Axessubclass used by proplot. Implements all plotting overrides.- Parameters
*args, **kwargs – Passed to
Axes.
See also
matplotlib.axes.Axes,proplot.axes.Axes,proplot.axes.CartesianAxes,proplot.axes.PolarAxes,proplot.axes.GeoAxesMethods Summary
area(*args, **kwargs)Plot individual, grouped, or overlaid shading patches.
areax(*args, **kwargs)Plot individual, grouped, or overlaid shading patches.
bar(*args, **kwargs)Plot individual, grouped, or stacked bars.
barbs(x, y, u, v, c, **kwargs)Plot wind barbs.
barh(*args, **kwargs)Plot individual, grouped, or stacked bars.
box(*args, **kwargs)Plot vertical boxes and whiskers with a nice default style.
boxh(*args, **kwargs)Plot horizontal boxes and whiskers with a nice default style.
boxplot(*args, **kwargs)Plot vertical boxes and whiskers with a nice default style.
boxploth(*args, **kwargs)Plot horizontal boxes and whiskers with a nice default style.
contour(x, y, z, **kwargs)Plot contour lines.
contourf(x, y, z, **kwargs)Plot filled contours.
fill_between(*args, **kwargs)Plot individual, grouped, or overlaid shading patches.
fill_betweenx(*args, **kwargs)Plot individual, grouped, or overlaid shading patches.
heatmap(*args[, aspect])Plot grid boxes with formatting suitable for heatmaps.
hexbin(x, y, weights, **kwargs)Plot a 2D hexagonally binned histogram.
hist(*args, **kwargs)Plot vertical histograms.
hist2d(x, y, bins, **kwargs)Plot a standard 2D histogram.
histh(*args, **kwargs)Plot horizontal histograms.
hlines(*args, **kwargs)Plot horizontal lines.
imshow(z, **kwargs)Plot an image.
line(*args, **kwargs)Plot standard lines.
linex(*args, **kwargs)Plot standard lines.
matshow(z, **kwargs)Plot a matrix.
parametric(x, y, c, *[, interp, scalex, scaley])Plot a parametric line.
pcolor(x, y, z, **kwargs)Plot irregular grid boxes.
pcolorfast(x, y, z, **kwargs)Plot grid boxes quickly.
pcolormesh(x, y, z, **kwargs)Plot regular grid boxes.
pie(x, explode, *[, labelpad, labeldistance])Plot a pie chart.
plot(*args, **kwargs)Plot standard lines.
plotx(*args, **kwargs)Plot standard lines.
quiver(x, y, u, v, c, **kwargs)Plot quiver arrows.
scatter(*args, **kwargs)Plot markers with flexible keyword arguments.
scatterx(*args, **kwargs)Plot markers with flexible keyword arguments.
spy(z, **kwargs)Plot a sparcity pattern.
stem(*args, **kwargs)Plot stem lines.
stemx(*args, **kwargs)Plot stem lines.
step(*args, **kwargs)Plot step lines.
stepx(*args, **kwargs)Plot step lines.
stream(*args, **kwargs)Plot streamlines.
streamplot(x, y, u, v, c, **kwargs)Plot streamlines.
tricontour(x, y, z, **kwargs)Plot contour lines on a triangular grid.
tricontourf(x, y, z, **kwargs)Plot filled contours on a triangular grid.
tripcolor(x, y, z, **kwargs)Plot triangular grid boxes.
violin(*args, **kwargs)Plot vertical violins with a nice default style matching this matplotlib example.
violinh(*args, **kwargs)Plot horizontal violins with a nice default style matching this matplotlib example.
violinplot(*args, **kwargs)Plot vertical violins with a nice default style matching this matplotlib example.
violinploth(*args, **kwargs)Plot horizontal violins with a nice default style matching this matplotlib example.
vlines(*args, **kwargs)Plot vertical lines.