PlotAxes

class PlotAxes(*args, **kwargs)[source]

Bases: Axes

The second lowest-level Axes subclass used by proplot. Implements all plotting overrides.

Parameters

*args, **kwargs – Passed to proplot.axes.Axes.

Methods Summary

area(*args, **kwargs)

Plot individual, grouped, or overlaid shading patches.

areax(*args, **kwargs)

Plot individual, grouped, or overlaid shading patches.

bar(**kwargs)

Plot individual, grouped, or stacked bars.

barbs(**kwargs)

Plot wind barbs.

barh(**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(**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(**kwargs)

Plot contour lines.

contourf(**kwargs)

Plot filled contours.

fill_between(**kwargs)

Plot individual, grouped, or overlaid shading patches.

fill_betweenx(**kwargs)

Plot individual, grouped, or overlaid shading patches.

heatmap(*args[, aspect])

Plot grid boxes with formatting suitable for heatmaps.

hexbin(**kwargs)

Plot a 2D hexagonally binned histogram.

hist(**kwargs)

Plot vertical histograms.

hist2d(**kwargs)

Plot a standard 2D histogram.

histh(*args, **kwargs)

Plot horizontal histograms.

hlines(*args, **kwargs)

Plot horizontal lines.

imshow(**kwargs)

Plot an image.

line(*args, **kwargs)

Plot standard lines.

linex(*args, **kwargs)

Plot standard lines.

matshow(**kwargs)

Plot a matrix.

parametric(x, y, c, *[, interp, scalex, scaley])

Plot a parametric line.

pcolor(**kwargs)

Plot irregular grid boxes.

pcolorfast(**kwargs)

Plot grid boxes quickly.

pcolormesh(**kwargs)

Plot regular grid boxes.

pie(**kwargs)

Plot a pie chart.

plot(**kwargs)

Plot standard lines.

plotx(*args, **kwargs)

Plot standard lines.

quiver(**kwargs)

Plot quiver arrows.

scatter(**kwargs)

Plot markers with flexible keyword arguments.

scatterx(*args, **kwargs)

Plot markers with flexible keyword arguments.

spy(**kwargs)

Plot a sparcity pattern.

stem(**kwargs)

Plot stem lines.

stemx(*args, **kwargs)

Plot stem lines.

step(**kwargs)

Plot step lines.

stepx(*args, **kwargs)

Plot step lines.

stream(*args, **kwargs)

Plot streamlines.

streamplot(**kwargs)

Plot streamlines.

tricontour(**kwargs)

Plot contour lines on a triangular grid.

tricontourf(**kwargs)

Plot filled contours on a triangular grid.

tripcolor(**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(**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.