Matplotlib 101
Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.
In brief, it is super powerful to visualize the data!
I extracts examples from matplotlib's official website, and I structure this repository according to this tutorial!
I hope this repository can help you fetch the essence of matplotlib.
Of course, as a newcomer in this field, I may make mistakes and code distortly.
Please feel free to leave comments, fork, or pull-requests to make this repo better and better.
List of programs
- Intro to Pyplot
- Style of Pyplot
- Plot with keyword string
- Categorical variable
- Line properties
- Multiple figures and axes
- Figure with text
- Annotation with text
- Nonlinear axes
- Legend
- Subplot
