Informatics Practices

Line style argument of plot() function is not required in scatter chart.

PyPlot

1 Like

Answer

True

Reason — When creating scatter charts using Matplotlib's plot() function, the linestyle argument is skipped because scatter plots do not use line styles.

Answered By

3 Likes


Related Questions