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.style¶
- property BaseDrawer.style: PlotStyle¶
The combined plot style for this drawer.
The returned style instance is a combination of
options.default_style
andfigure_options.custom_style
. Style parameters set incustom_style
override those set indefault_style
. Ifcustom_style
is not an instance ofPlotStyle
, the returned style is equivalent todefault_style
.- Returns:
The plot style for this drawer.