Informatics Practices
In scatter(), which argument is used to specify the size of data points ?
- size
- s
- marker
- markersize
PyPlot
2 Likes
Answer
s
Reason — The s argument in scatter() is used to specify the size of data points.
Answered By
3 Likes
Related Questions
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
To create scatter charts using plot(), which argument is skipped ?
- marker
- linestyle
- markeredgecolor
- linewidth
Which argument of bar() lets you set the thickness of bar ?
- thick
- thickness
- width
- barwidth
To change the width of bars in a bar chart, which of the following arguments with a float value is used ?
- hwidth
- width
- breath
- barwidth