Computer Science, asked by aswanth907, 1 year ago

Which of the following is not a function in matplotlib library of Python:
a. Display()
b. Show()
c. Subplot()
d. Title()

Answers

Answered by phillipinestest
1

Display() is not a function in matplotlib library of Python. Because show() method is used to display the image in phython. title() function sets the title of the axes. subplot() function is used to subplot in the given image. Hence among those mentioned functions in Python, display() is the function that is not used and instead show() method is used to display the images in Python.

Similar questions