Informatics Practices

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

PyPlot

3 Likes

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

1 Like


Related Questions