ProfilePlot.
set_line_property
(*args, **kwargs)[source]¶Set properties for one or all lines to be plotted.
Parameters: | property : str
value : str, int, float
index : int
|
---|
Examples
Change all the lines in a plot plot.set_line_property(“linestyle”, “-”)
Change a single line. plot.set_line_property(“linewidth”, 4, index=0)