用 python 绘制 3D 散点图?
有没有任何模块可以帮助我生成这样的东西?
Is there any module that could aid me in producing something like this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有任何模块可以帮助我生成这样的东西?
Is there any module that could aid me in producing something like this?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
就像这个一样,比如说?
(来源:sourceforge.net)
matplotlib
示例库 是一件很值得一看的东西。从链接示例复制的代码。
Like this, say?
(source: sourceforge.net)
The
matplotlib
examples gallery is a wonderful thing to behold.Code copied from the linked example.
改编自 Cookbook
Adapted from the Cookbook
我认为 matplotlib 应该能够做类似的事情。
I think matplotlib should be able to do something like that.