Browse Source

Fix conflicts in README.md

fetches/feikei/master
Shuhui Bu 6 years ago
parent
commit
7096492149
3 changed files with 6 additions and 1 deletions
  1. +3
    -1
      0_numpy_matplotlib_scipy_sympy/matplotlib_simple_tutorial.ipynb
  2. +2
    -0
      0_numpy_matplotlib_scipy_sympy/matplotlib_simple_tutorial.py
  3. +1
    -0
      README.md

+ 3
- 1
0_numpy_matplotlib_scipy_sympy/matplotlib_simple_tutorial.ipynb View File

@@ -397,8 +397,10 @@
"source": [
"## References\n",
"\n",
"\n",
"* [Pyplot tutorial](https://matplotlib.org/users/pyplot_tutorial.html)\n",
"* [Image tutorial](https://matplotlib.org/users/image_tutorial.html)"
"* [Image tutorial](https://matplotlib.org/users/image_tutorial.html)\n",
"* [手把手教你用Python做数据可视化](https://mp.weixin.qq.com/s/3Gwdjw8trwTR5uyr4G7EOg)"
]
}
],


+ 2
- 0
0_numpy_matplotlib_scipy_sympy/matplotlib_simple_tutorial.py View File

@@ -119,5 +119,7 @@ plt.hist(lum_img.ravel(), bins=256, range=(0.0, 1.0), fc='k', ec='k')

# ## References
#
#
# * [Pyplot tutorial](https://matplotlib.org/users/pyplot_tutorial.html)
# * [Image tutorial](https://matplotlib.org/users/image_tutorial.html)
# * [手把手教你用Python做数据可视化](https://mp.weixin.qq.com/s/3Gwdjw8trwTR5uyr4G7EOg)

+ 1
- 0
README.md View File

@@ -20,3 +20,4 @@
* [安装Python环境](tips/InstallPython.md)
* [confusion matrix](tips/confusion_matrix.ipynb)
* [一些速查手册](tips/cheatsheet)
* [Python tips](tips/python)

Loading…
Cancel
Save