KnowledgeBoat Logo
LoginJOIN NOW

Informatics Practices

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

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

PyPlot

5 Likes

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.

Answered By

2 Likes


Related Questions