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.
BaseDrawer.figure_options¶
- property BaseDrawer.figure_options: Options¶
Return the figure options.
These are typically updated by a plotter instance, and thus may change. It is recommended to set figure options in a parent
BasePlotter
instance that contains theBaseDrawer
instance.