Logo

Getting Started

  • Installation
  • Why ProPlot?
  • Using ProPlot

User Guide

  • The basics
  • Subplots
  • Cartesian plots
  • Geographic and polar plots
  • Colorbars and legends
  • Insets and panels
  • Plotting 1D data
  • Plotting 2D data
  • Colormaps
  • Color cycles
  • Color names
  • Font selection
  • Configuring ProPlot

Reference

  • API reference
    • Top-level functions
    • Figure class
    • Axes classes
      • Axes
        • Axes.number
        • Axes.area
        • Axes.areax
        • Axes.boxes
        • Axes.colorbar
        • Axes.format
        • Axes.heatmap
        • Axes.indicate_inset_zoom
        • Axes.inset
        • Axes.inset_axes
        • Axes.legend
        • Axes.panel
        • Axes.panel_axes
        • Axes.parametric
        • Axes.plotx
        • Axes.scatterx
        • Axes.violins
      • CartesianAxes
      • PolarAxes
      • GeoAxes
      • CartopyAxes
      • BasemapAxes
      • Axes3D
    • Constructor functions
    • Configuration tools
    • Plotting wrappers
    • Demo functions
    • Colormaps and normalizers
    • Locators and formatters
    • Axis scale classes
    • Cartopy projections
    • Gridspec classes
    • Miscellaneous tools
  • External links
  • What’s new?
  • How to contribute?
  • About the authors
ProPlot
  • Docs »
  • API reference »
  • Axes »
  • Axes.area
  • Edit on GitHub

Axes.area¶

Axes.area(*args, **kwargs)[source]¶

Shorthand for fill_between.

See also

matplotlib.axes.Axes.fill_between, proplot.axes.standardize_1d, proplot.axes.fill_between_extras, proplot.axes.apply_cycle

Next Previous

© Copyright 2021, Luke L. B. Davis Revision dc9a9e01.

Built with Sphinx using a theme provided by Read the Docs.