matplotting: Routines to help draw shapes / labels within a matplotlib¶
Routines to help draw shapes / labels within a matplotlib (pyplot) plot. Implements the concept of a plotting profile, which makes it easier to define sizes, colors, etc. for a series of elements.
Functions¶
|
|
|
Draw a bracket from (x0, y0) to (x1, y1) |
|
Draw an open / closed poligon |
|
Draw a text label at the given coordinates |
|
Draw a line from |
|
Draw a rectangle from point (x0, y0) to (x1, y1) |
|
Draw multiple rectangles |
|
Create a plotting axes |
|
Create a profile based on a default profile |
|
Plot durations as contiguous rectangles |