You are reading an old version of the documentation (v3.4.1). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.add_collection.html
Version 3.4.1
matplotlib
Fork me on GitHub
  • Installation
  • Documentation
  • Examples
  • Tutorials
  • Contributing

Navigation

  • index
  • modules |
  • next |
  • previous |
  • home| 
  • contents »
  • API Overview »
  • matplotlib.axes »
  • matplotlib.axes.Axes.add_collection

Table of Contents

  • matplotlib.axes.Axes.add_collection
    • Examples using matplotlib.axes.Axes.add_collection
Show Page Source

matplotlib.axes.Axes.add_collection¶

Axes.add_collection(self, collection, autolim=True)¶

Add a Collection to the axes' collections; return the collection.

Examples using matplotlib.axes.Axes.add_collection¶

EventCollection Demo

EventCollection Demo¶

Using span_where

Using span_where¶

Creating boxes from error bars using PatchCollection

Creating boxes from error bars using PatchCollection¶

Reference for Matplotlib artists

Reference for Matplotlib artists¶

Line, Poly and RegularPoly Collection with autoscaling

Line, Poly and RegularPoly Collection with autoscaling¶

Ellipse Collection

Ellipse Collection¶

Line Collection

Line Collection¶

Circles, Wedges and Polygons

Circles, Wedges and Polygons¶

Lasso Demo

Lasso Demo¶

MRI With EEG

MRI With EEG¶

Artist tests

Artist tests¶

Autoscaling

Autoscaling¶

© Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2021 The Matplotlib development team.
Last updated on Mar 31, 2021. Created using Sphinx 3.2.1. Doc version v3.4.1-3-gc6d08c6a8b-dirty.