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
#

Creating boxes from error bars using PatchCollection
Creating boxes from error bars using PatchCollection

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