Informatics Practices
To create scatter charts using plot(), which argument is skipped ?
- marker
- linestyle
- markeredgecolor
- 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
The data points plotted on a graph are called …………… .
- points
- pointers
- marks
- markers
A …………… graph is a type of chart which displays information as a series of data points connected by straight line segments.
- line
- bar
- pie
- box plot
In scatter(), which argument is used to specify the size of data points ?
- size
- s
- marker
- markersize
Which argument of bar() lets you set the thickness of bar ?
- thick
- thickness
- width
- barwidth