plot_style property

plot_style property

Gets or sets the plot style.

Definition:

@property
def plot_style(self):
    ...
@plot_style.setter
def plot_style(self, value):
    ...

See Also