To create scatter charts using plot(), which argument is skipped ?
marker
linestyle
markeredgecolor
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.