Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
BasePlotter.figure¶
- BasePlotter.figure()[source]¶
Generates and returns a figure for the already provided series and supplementary data.
figure()
calls_plot_figure()
, which is overridden by sub-classes. Before and after calling_plot_figure()
;_configure_drawer()
,initialize_canvas()
andformat_canvas()
are called on the drawer respectively.- Return type:
Any
- Returns:
A figure generated by
drawer
, of the same type asdrawer.figure
.