matplotlib.patches
#
Patches areArtist
s with a face color and an edge color.
Classes#
| An elliptical annulus. |
| An elliptical arc, i.e. a segment of an ellipse. |
| An arrow patch. |
|
|
|
|
| A circle patch. |
| A polygon-approximation of a circle patch. |
| A patch that connects two points (possibly in different Axes). |
|
|
| A scale-free ellipse. |
| Like Arrow, but lets you set head width and head height independently. |
| A fancy arrow patch. |
| A fancy box around a rectangle with lower left atxy = (x,y) with specified width and height. |
| A patch is a 2D artist with a face color and an edge color. |
| A general polycurve path patch. |
| A path patch describing a stepwise constant function. |
| A general polygon patch. |
| A rectangle defined via an anchor pointxy and itswidth andheight. |
| A regular polygon patch. |
| Create a shadow of the givenpatch. |
| Wedge shaped patch. |
Functions#
| A debug function to draw a rectangle around the bounding box returned by an artist's |
| A debug function to draw a rectangle around the bounding box returned by an artist's |