Version 3.2.2
matplotlib
  • Installation
  • Documentation
  • Examples
  • Tutorials
  • Contributing

Navigation

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

Table of Contents

  • matplotlib.axes.Axes.add_collection
    • Examples using matplotlib.axes.Axes.add_collection

Related Topics

  • Documentation overview
    • API Overview
      • matplotlib.axes
        • Previous: matplotlib.axes.Axes.add_child_axes
        • Next: matplotlib.axes.Axes.add_container
Show Page Source

matplotlib.axes.Axes.add_collection¶

Axes.add_collection(collection, autolim=True)¶

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

Examples using matplotlib.axes.Axes.add_collection¶

../../_images/sphx_glr_eventcollection_demo_thumb.png

EventCollection Demo¶

../../_images/sphx_glr_span_regions_thumb.png

Using span_where¶

../../_images/sphx_glr_errorbars_and_boxes_thumb.png

Creating boxes from error bars using PatchCollection¶

../../_images/sphx_glr_artist_reference_thumb.png

Reference for Matplotlib artists¶

../../_images/sphx_glr_collections_thumb.png

Line, Poly and RegularPoly Collection with autoscaling¶

../../_images/sphx_glr_ellipse_collection_thumb.png

Ellipse Collection¶

../../_images/sphx_glr_line_collection_thumb.png

Line Collection¶

../../_images/sphx_glr_patch_collection_thumb.png

Circles, Wedges and Polygons¶

../../_images/sphx_glr_lasso_demo_thumb.png

Lasso Demo¶

../../_images/sphx_glr_mri_with_eeg_thumb.png

MRI With EEG¶

../../_images/sphx_glr_artist_tests_thumb.png

Artist tests¶

© Copyright 2020 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
Last updated on Jun 22, 2020. Created using Sphinx 2.4.3. Doc version 3.2.2.