Which function is used to draw points (markers) in a diagram?

10. Which function is used to draw points (markers) in a diagram?

  1. write()
  2. draw()
  3. plot()
  4. paint()

Answer: C) plot()

Explanation:

The plot() function is used to draw points (markers) in a diagram. The syntax of plot() function is –

plot(x, y, scalex, scaley, data, **kwargs)

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.