Skip to content

Commit 58055e3

Browse files
committed
add markdown
1 parent 93b756f commit 58055e3

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

matplotlibTUT/README.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Python Matplotlib methods and tutorials
2+
3+
All methods mentioned below have their video and text tutorial in Chinese. Visit [莫烦 Python](https://morvanzhou.github.io/tutorials/) for more.
4+
5+
6+
* [Install](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt2_install.py)
7+
* [Basic usage](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt3_simple_plot.py)
8+
* [Figure](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt4_figure.py)
9+
* [Axis setting1](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt5_ax_setting1.py)
10+
* [Axis setting2](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt6_ax_setting2.py)
11+
* [Legend](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt7_legend.py)
12+
* [Annotation](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt8_annotation.py)
13+
* [Deal with Tick](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt9_tick_visibility.py)
14+
* Drawing
15+
* [Scatter](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt10_scatter.py)
16+
* [Bar](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt11_bar.py)
17+
* [Contours](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt12_contours.py)
18+
* [Image](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt13_image.py)
19+
* [3D plot](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt14_3d.py)
20+
* Subplots
21+
* [Subplot1](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt15_subplot.py)
22+
* [Grid Subplot](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt16_grid_subplot.py)
23+
* [Plot in Plot](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt17_plot_in_plot.py)
24+
* [Second y-axis](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt18_secondary_yaxis.py)
25+
* Animation
26+
* [Function Animation](https://github.com/MorvanZhou/tutorials/blob/master/matplotlibTUT/plt19_animation.py)
27+
28+
29+
# Some plots from these tutorials:
30+
31+
![axis setting](https://morvanzhou.github.io/static/results/plt/2_4_3.png)
32+
33+
![Annotation](https://morvanzhou.github.io/static/results/plt/2_6_5.png)
34+
35+
![Scatter](https://morvanzhou.github.io/static/results/plt/3_1_1.png)
36+
37+
![Bars](https://morvanzhou.github.io/static/results/plt/3_2_1.png)
38+
39+
![Contours](https://morvanzhou.github.io/static/results/plt/3_3_1.png)
40+
41+
![Image](https://morvanzhou.github.io/static/results/plt/3_4_1.png)
42+
43+
![3D plot](https://morvanzhou.github.io/static/results/plt/3_5_1.png)
44+
45+
![Subplot](https://morvanzhou.github.io/static/results/plt/4_1_2.png)
46+
47+
![plot in plot](https://morvanzhou.github.io/static/results/plt/4_3_1.png)

0 commit comments

Comments
 (0)