Visualization#

VAT#

Type alias for a numpy array of matplotlib axes.

class Visualizable[source]#

Bases: object

Base class for visualizable results.

plot(axes=None, *, title=None)[source]#

Plot a visualizable.

Parameters:
  • axes (VAT, optional) – The axis object into which the information should be plotted. If not specified, the routine will generate and return a new figure.

  • title (str, optional) – Title of the generated plot.

Return type:

FigureBase

Returns:

The newly generated matplotlib figure.

property title: str#

Title of the visualizable.