1 Star 0 Fork 0

dzc/matplotlib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
ImportanceOfBeingErnest 提交于 2019-08-23 23:08 +08:00 . highlight rcparams
#########################################
# OS-specific temporary and backup files
.DS_Store
#########################################
# Editor temporary/working/backup files #
.#*
[#]*#
*~
*$
*.bak
*.kdev4
.project
.pydevproject
*.swp
.idea
.vscode/
# Compiled source #
###################
*.a
*.com
*.class
*.dll
*.exe
*.o
*.py[ocd]
*.so
# Python files #
################
# setup.py working directory
build
# setup.py dist directory
dist
# Egg metadata
*.egg-info
.eggs
# wheel metadata
pip-wheel-metadata/*
# tox testing tool
.tox
setup.cfg
# OS generated files #
######################
.directory
.gdb_history
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
# Things specific to this project #
###################################
lib/matplotlib/mpl-data/matplotlib.conf
lib/matplotlib/mpl-data/matplotlibrc
tutorials/intermediate/CL01.png
tutorials/intermediate/CL02.png
# Documentation generated files #
#################################
# sphinx build directory
doc/_build
doc/api/_as_gen
# autogenerated by sphinx-gallery
doc/examples
doc/gallery
doc/tutorials
doc/modules
doc/pyplots/tex_demo.png
lib/dateutil
examples/*/*.eps
examples/*/*.pdf
examples/*/*.png
examples/*/*.svg
examples/*/*.svgz
examples/tests/*
!examples/tests/backend_driver_sgskip.py
result_images
# Nose/Pytest generated files #
###############################
.pytest_cache/
.cache/
.coverage
.coverage.*
cover/
.noseids
# Conda files #
###############
__conda_version__.txt
lib/png.lib
lib/z.lib
# Jupyter files #
#################
.ipynb_checkpoints/
# Vendored dependencies #
#########################
jquery-ui-*/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sdredboy/matplotlib.git
git@gitee.com:sdredboy/matplotlib.git
sdredboy
matplotlib
matplotlib
master

搜索帮助