Merge branch 'main' of https://github.com/datawhalechina/fantastic-matplotlib into main
This commit is contained in:
commit
141dee6338
|
@ -31,6 +31,7 @@ Matplotlib可以说是python数据可视化最重要且常见的工具之一,
|
|||
## 使用说明
|
||||
|
||||
- 使用前请将matplotlib升级到最新版本V3.3.3(2020年12月),否则可能会出现报错!
|
||||
- 本教程独立网站已上线:[https://datawhalechina.github.io/fantastic-matplotlib/](https://datawhalechina.github.io/fantastic-matplotlib/)
|
||||
- 若是在github中加载ipynb文件失败,可以选择 1)下载后在本地阅读 2)使用nbviewer渲染后阅读,可直接戳下方目录
|
||||
- 使用时若发现任何问题,或是你对项目内容有好的建议,欢迎留言交流
|
||||
|
||||
|
@ -106,4 +107,4 @@ Matplotlib可以说是python数据可视化最重要且常见的工具之一,
|
|||
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-lightgrey" /></a>
|
||||
|
||||
本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可。
|
||||
本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可。
|
||||
|
|
Loading…
Reference in New Issue