mpl.pyplot.Line2D.set_drawstyle¶
-
Line2D.set_drawstyle(drawstyle)[source]¶ Set the drawstyle of the plot
‘default’ connects the points with lines. The steps variants produce step-plots. ‘steps’ is equivalent to ‘steps-pre’ and is maintained for backward-compatibility.
- ACCEPTS: [‘default’ | ‘steps’ | ‘steps-pre’ | ‘steps-mid’ |
- ‘steps-post’]