Coder Social home page Coder Social logo

matplotlib-cn's Issues

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/...

文档3D图示例 常见问题

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

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

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

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

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

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.