To specify the style of line as dashed, which argument of plot() needs to be set ?
linestyle
Reason — To specify the style of the line as dashed in Matplotlib's plot() function, we need to set the linestyle argument to 'dashed'.
plot()