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_styleandfigure_options.custom_style. Style parameters set incustom_styleoverride those set indefault_style. Ifcustom_styleis not an instance ofPlotStyle, the returned style is equivalent todefault_style.- Returns:
The plot style for this drawer.