CBSE Class 12 Informatics Practices Question 54 of 147

Plotting with Pyplot — Question 19

Back to all questions
19
Question

Question 19

In scatter(), which argument is used to specify the size of data points ?

  1. size
  2. s
  3. marker
  4. markersize
Answer

s

Reason — The s argument in scatter() is used to specify the size of data points.