plot_style
plot_style alters the style of a XY series and category charts.
Syntax
plot_style(style)
Parameters
| Parameter | Type | Description |
|---|---|---|
| style | str | The plot style to apply. The following options are available:
These arguments are case insensitive. |
Examples
The following example creates a single series plot using the STACKED_BAR style.
The following example creates a category plot with the stacked_bar style.