This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
machinelearning_notebook
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix conflicts in README.md
fetches/feikei/master
Shuhui Bu
6 years ago
parent
a912dfcf42
0498695513
commit
7096492149
3 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
0_numpy_matplotlib_scipy_sympy/matplotlib_simple_tutorial.ipynb
+2
-0
0_numpy_matplotlib_scipy_sympy/matplotlib_simple_tutorial.py
+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)
Write
Preview
Loading…
Cancel
Save