Which of the following is not a function in matplotlib library of Python: a. Display() b. Show() c. Subplot() d. Title()
Answers
Answered by
6
Answer is a. Display ( ).
you may check the functions list using the link:
https://matplotlib.org/api/pyplot_summary.html
Answered by
2
The correct answer to the question is a) Display
The Python programming language and its numerical mathematics extension NumPy has a plotting library which is Matplotlib.
John D. Hunter has originally written Matplotlib and is distributed under a BSD-style license.
Shortly before John Hunter's death in August 2012 Michael Droettboom was nominated as matplotlib's lead developer who was further joined by Thomas Caswel.
Similar questions