matplotlib.axes.Axes.add_collection#
- Axes.add_collection(collection, autolim=True)[source]#
Add a
Collection
to the Axes; return the collection.
Examples using matplotlib.axes.Axes.add_collection
#

Line, Poly and RegularPoly Collection with autoscaling
Line, Poly and RegularPoly Collection with autoscaling

Create boxes from error bars using PatchCollection
Create boxes from error bars using PatchCollection