Skip to content

文档3D图示例 常见问题 #14

Description

@AluminiumOxide

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

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

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

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions