Matplotlib allows you to create: 1)table 2)charts 3)maps 4)infographics
Answers
Matplotlib allows you to create charts.
2)charts
What is Matplotlib?
1. Matplotlib is a plotting and visualization library that is written in Python.
2. John D. Hunter wrote the Matplotlib library and it was released in the year 2003.
3. There are various toolkits that extend Matplotlib functionality such as Basemap, GTK Tools, matplotlib2tikz, Seaborn, Mplot3d, etc.
4. Numerical extension of Matplotlib is Numpy.
5. Matplotlib APIs help in embedding plots using GUI Toolkits into applications such as wxPython, Tkinter, etc.
6. Module of Matplotlib named Pyplot provides us with MATLAB-like interface.
2) charts is the correct option.
Matplotlib is a method inside the module pyplot. It the used in python programming.
It has to be imported to the source instructions for using its functions in the program. It can be done by the statement,
import matplotlib.pyplot as alias_name
There are many functions there in this submodule of pyplot. One of the most common functions is the plot. It is used to plot any coordinates on the charts or graphs.