CBSE Class 12 Informatics Practices Question 72 of 73

Data Visualization using Matplotlib — Question 10

Back to all questions
10
Question

Question 10

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

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.