None backend#
None plotting backend.
Interface to no plotting backend, returned processed data without interfacing to any plotting backend for actual drawing.
plots are lists which are extended with kwarg dictionaries every time an visual would be added to them.
Object creation and I/O#
|
|
|
Show this figure. |
Geoms#
|
Interface to a line plot. |
|
Interface to multiple lines. |
|
Interface to a scatter plot. |
|
Interface to text annotation inside a plot. |
Plot appeareance#
|
Interface to adding a title to a plot. |
|
Interface to adding a label to a plot's y axis. |
|
Interface to adding a label to a plot's x axis. |
|
Interface to setting ticks and tick labels of the x axis. |
|
Interface to setting ticks and tick labels of the y axis. |
|
Interface to setting size of tick labels. |
|
Interface to removing ticks from a plot. |
|
Interface to removing axis from a plot. |
Legend#
|
Generate a legend on a figure given lists of labels and property kwargs. |