Hi everyone, welcome my Matplotlib Tutorial Series! I would like to start this series with a little introduction to Matplotlib.
What is Matplotlib
According to the official documentation, Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
The following are the things that you can create with Matplotlob:
Prerequisites
To follow this series, you should know:
- Basic of Python Programming Language
- Basic of Mathematics
- Basic of NumPy, you can see my NumPy tutorial series at https://dev.to/tech_plygrnd/series/24331
Tools
You can use Kaggle to follow along with this series. Kaggle is the world's largest data science community with powerful tools and resources to help you achieve your data science goals. Provide many tools to run data science project, including a tool to run NumPy. Kaggle is free and you can sign up at https://www.kaggle.com/
Thank you for reading this post and I hope you have a nice day!
Top comments (0)