API reference#
Figure and MultiFigure#
This class implements a general figure object. |
|
This class implements the "canvas" on which multiple plots are displayed. |
This class implements a figure object for plotting |
|
This class implements a figure object for plotting |
|
This class implements a twin axis for the |
Plottables#
This class implements an arrow object. |
|
This class implements a Circle object with a given center and radius. |
|
This class implements contour plots. |
|
This class implements a general continuous curve. |
|
This class implements an Ellipse object with a given center, two radii and an optional rotation angle. |
|
Create a curve fit (continuous |
|
Create a curve fit (continuous |
|
Create a curve fit (continuous |
|
Create a curve fit (continuous |
|
Create a curve fit (continuous |
|
Creates a curve fit (continuous |
|
Create a curve fit (continuous |
|
Create a curve fit (continuous |
|
The class implements heatmaps. |
|
This class implements a general histogram. |
|
This class implements simple horizontal lines. |
|
This class implements a line object. |
|
This experimental class allows to call any matplotlib Axes method as a plottable element in a |
|
This class implements a point object. |
|
This class implements a Polygon object. |
|
This class implements a Rectangle object with a given bottom left corner, width and height. |
|
This class implements a general scatter plot. |
|
This class implements stream plots. |
|
This class allows to plot a table inside a Figure or MultiFigure. |
|
This class allows text to be plotted. |
|
This class implements vector fields. |
|
This class implements simple vertical lines. |
Legend elements#
This class implements a legend line wrapping the Line2D object for creating custom legend entries with the |
|
This class implements a legend marker wrapping the Line2D object with a marker style set for creating custom legend entries with the |
|
This class implements a legend patch wrapping the Patch object for creating custom legend entries with the |
Utility functions#
Returns a color from the specified style (user created, GL, or Matplotlib style). |
|
Returns a list of colors from the specified style (user created, GL, or Matplotlib style). |
|
Returns the default style. |
|
Returns a list or dict of available styles. |
|
Sets the default style. |
Tools#
This class implements the __r* (reverse) and __i* (inplace) methods for adding, subtracting, multiplying, dividing and raising to a power an object that implements the direct methods. |