CBSE Class 12 Informatics Practices Question 79 of 147

Plotting with Pyplot — Question 11

Back to all questions
11
Question

Question 11

If the linestyle argument is missing along with markerstyle-string in a plot(), a scatter type chart get created.

Answer

True

Reason — When both the linestyle argument and the marker argument (markerstyle-string) are not specified in the plot() function, the resulting chart can resemble a scatter plot. In this case, the points will be plotted without connected lines, similar to how a scatter plot displays data points.