Home »
Python »
Matplotlib MCQs
Which function is used to draw multiple figures in one plot?
23. Which function is used to draw multiple figures in one plot?
- subplot()
- subplots()
- pyplots()
- subpyplot()
Answer: A) subplot()
Explanation:
The subplot() function is used to draw multiple figures in one plot. This function takes three arguments to specify the layout of the figure.