【发布时间】:2019-01-27 03:57:27
【问题描述】:
我在 google colab 中生成 3d 散点图,但问题是生成的无花果是静态的,不可旋转。 我也试过命令
%matplotlib 笔记本
启用 3D 散射旋转,因为它显然在 jupyter notebook 环境中工作,但似乎这在 google colab 环境中不起作用。
你可以找到我的代码here
【问题讨论】:
-
确实如此。遗憾的是 3D 旋转不适用于 Google Colab。
标签: python data-visualization scatter-plot google-colaboratory scatter3d