Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用绘图窗格查看早期的绘图,但什么都没有出现。我尝试更改图形后端,但没有做任何事情。我在绘图窗格上也找不到任何文档。
当前版本:Python 3.7.6 64 位 | Qt 5.12.5 | PyQt5 5.12.3 | 视窗 10
(这里是 Spyder 维护者)您需要确保在我们的首选项中选择了内联后端:
然后在任何 IPython 控制台上创建一些图:
您将在我们的绘图窗格中看到绘图的历史:
正如你所看到的情节可以看到内联以及情节选项。