What is matplotlib for python?



What is matplotlib for python?..

Answer / Amar Gupta

Matplotlib is a popular Python library for data visualization and creation of static, animated, and interactive plots. It provides a large number of plot types including lines, scatter plots, histograms, bar charts, and much more. Matplotlib is built on NumPy and works well with other libraries such as Pandas.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How do I run a python script in windows?

1 Answers  


Is Python good for backend?

1 Answers  


Difference between __str__ and __repr__?

1 Answers  


How do you execute a python script?

1 Answers  


Explain split(), sub(), subn() methods of “re” module in python.

1 Answers  


How to convert strings into integers in python?

1 Answers  


Explain about raising error exceptions?

1 Answers  


Is python is intended oriented?

1 Answers  


What is rdd in python?

1 Answers  


What is raw_input?

1 Answers  


What is python shell scripting?

1 Answers  


Differentiate between deep and shallow copy?

1 Answers  


Categories