Informatics Practices
Line style argument of plot() function is not required in scatter chart.
PyPlot
1 Like
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.
Answered By
1 Like
Related Questions
To add a title to the plot, we have to call function header().
Markers are data points in the graphs.
When we don't specify X or Y limits for a plot, then pyplot does not automatically decide limits as per values being plotted.
Which Python package is used for 2D graphics?
- matplotlib.pyplot
- matplotlib.pip
- matplotlib.numpy
- matplotlib.plt