Code Monkey home page Code Monkey logo

matplotlib-cn's Introduction

matplotlib-cn

Chinese (zh-cn) translation of the NumPy docs matplotlib官方文档的中文版本

matplotlib中文文档是使用markdown编写的技术文档,目前文档还处在翻译阶段,翻译程度大概在90%,基础功能基本都已翻译完毕,可以放心预览,下面是文档在线预览的地址。劳烦大家扩散以及传播本文档让更多的数据科学爱好者受益。

在线访问

Matplotlib中文文档

贡献翻译与构建

本文档是基于Teadocs所构建。

如果您想贡献翻译,可以前往Teadocs文档生成工具的项目地址查看使用帮助,然后将你翻译的内容提交PR(包括不限于校对、翻译纠错),审核通过后我会把您加入贡献者/译者名单,感谢您对国内机器学习开源社区的贡献。

构建命令:

teadocs build

兄弟文档

文档名称 备注
NumPy中文文档 -

版权信息

除非额外说明,本网站的所有公开文档均遵循 署名-非商业性使用-相同方式共享 3.0 **大陆 (CC BY-NC-SA 3.0 CN) 许可协议。任何人都可以自由地分享、修改本作品,但必须遵循如下条件:

  • 署名:必须提到原作者,提供指向此许可协议的链接,表明是否有做修改
  • 非商业性使用:不能对本作品进行任何形式的商业性使用
  • 相同方式共享:若对本作品进行了修改,必须以相同的许可协议共享

matplotlib-cn's People

Contributors

lisniuse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

matplotlib-cn's Issues

文档3D图示例 常见问题

在当前的演示的3D示例中,普遍使用了下式创建轴信息

ax = fig.gca(projection='3d')

目前新版本(我用的) 3.6+可能会遇到 TypeError: 'list' object is not callable
可以调整成下式来避免此问题

ax = plt.axes(projection='3d')

没玩明白node.js (捂脸(先issue一下(逃跑

Please point to stable or versioned docs

Looking at matplotlib.org request logs, I see 2.5k req/day that 404 and come from matplotlib.org.cn. They all point to paths such as /images/... or /_static/.... Looking at some of the pages, I also see some links to top-level pages like /api/.... The top-level files were unwieldy, could disappear at any time as versions were release, and are no longer updated. At some point in the future, we plan to remove them entirely.

Please point image or page links to /stable/..., or, if you aren't certain you will always be up-to-date, a specific version such as /3.8.0/...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.