Question:

The scatter() function

Show Hint

When you want to customize the appearance of your scatter plot, use \texttt{scatter()} as it provides more control over the markers compared to \texttt{plot()}. This allows for better visual representation of data points.
Updated On: Apr 24, 2025
  • Is a powerful method of creating scatter plots than plot() function.
  • Can create line graph
  • Can create bar graph
  • Can create pie chart
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The \texttt{scatter()} function is specifically designed to create scatter plots, which visually represent data points using dots on a Cartesian plane. It is considered more powerful than the \texttt{plot()} function when creating scatter plots because it provides more control over the marker style, size, color, and other plot aesthetics. While the \texttt{plot()} function can also create scatter plots, \texttt{scatter()} is more flexible and precise for this purpose. Thus, the correct answer is \texttt{Is a powerful method of creating scatter plots than plot() function.}
Was this answer helpful?
0
0

Questions Asked in CUET exam

View More Questions