python - ipython 笔记本 --pylab 内联 : zooming of a plot

标签 python matplotlib ipython

如果激活了内联,是否可以放大绘图?特别是对于 3d 绘图,旋转和缩放是必要的功能。

最佳答案

您现在可以使用 %matplotlib notebook 代替 %matplotlib inline 并且可以与绘图进行交互。

关于python - ipython 笔记本 --pylab 内联 : zooming of a plot,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10655217/

相关文章:

python - 为什么 Python 中的单个反斜杠原始字符串会导致语法错误?

python - 权限错误: [Errno 13] Permission denied when saving HoloMap to GIF

python - Windows 上没有名为 pylab 的模块

python - 在 QT 中运行应用程序时防止 Python 内核崩溃

Python - 多线程 - Lock 必须是全局的吗?

python - 在groupby中按日期时间过滤的有效方法

python - FacetGrid 上的 Seaborn 颜色条用于具有标准化颜色映射的 histplot

powershell - 如何更改 IPython shell 文本文字颜色 (Windows Powershell)

python - 是否有工具可以帮助将文件视为数据库中的表?

python - np.clip 与 np.max 限制较低值