【发布时间】:2020-03-12 21:20:02
【问题描述】:
我在使用 matplotlib,发现 matplotlib 中有一些交互式绘图,我们可以通过鼠标光标旋转图形
%matplotlib qt 用于启用交互式绘图。在 jupyter notebook 中工作正常,但 google colab 显示错误 enter image description here
有没有可能它也可以在 google colab 中使用?
【问题讨论】:
标签: python matplotlib google-colaboratory