plot_type property

plot_type property

Gets or sets the type of the plot.

Definition:

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

See Also