matplotlib-cn icon indicating copy to clipboard operation
matplotlib-cn copied to clipboard

matplotlib中文文档

Results 17 matplotlib-cn issues
Sort by recently updated
recently updated
newest added

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.88.2. Release notes Sourced from webpack's releases. v5.88.2 Bug Fixes Fixed a bug where unused identifiers should retain names when using css modules by @​burhanuday...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

在当前的演示的3D示例中,普遍使用了下式创建轴信息 ``` ax = fig.gca(projection='3d') ``` 目前新版本(我用的) 3.6+可能会遇到 `TypeError: 'list' object is not callable` 可以调整成下式来避免此问题 ``` ax = plt.axes(projection='3d') ``` 没玩明白node.js (捂脸(先issue一下(逃跑

https://github.com/teadocs/matplotlib-cn/blob/485c36235073a72ecadbd0ff91ed2615d48c8af5/docs/README.md?plain=1#L31

Problem: When you click on the link above, the picture in cohere.md is wrong. In order to git ignore .idea, I added a .idea line to gitignore. Thank you.