In the case of multiple figures drawn by using the subplot() function, which function is used to set the title to the entire figure?

24. In the case of multiple figures drawn by using the subplot() function, which function is used to set the title to the entire figure?

  1. subplot()
  2. subplots()
  3. pyplots()
  4. subpyplot()

Answer: A) subplot()

Explanation:

If you have drawn multiple figures in one plot by using the subplot() function and want to set the title of the entire figure. You can use suptitle() function. The suptitle() function sets the title of the entire figure having multiple figures.

Comments and Discussions!

Load comments ↻






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