CBSE Class 12 Informatics Practices Question 53 of 147

Plotting with Pyplot — Question 18

Back to all questions
18
Question

Question 18

To create scatter charts using plot(), which argument is skipped ?

  1. marker
  2. linestyle
  3. markeredgecolor
  4. linewidth
Answer

linestyle

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