欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

Figures now render in the Plots pane by default.

最编程 2024-04-27 13:58:30
...

在读取图片时,运行之后,控制台出现以下代码。

Figures now render in the Plots pane by default. To make them also appear inline in the Console, uncheck "Mute Inline Plotting" under the Plots pane options menu. 

意思是“默认情况下,图形现在在plot窗格中呈现。若要使它们也以内联方式显示在控制台中,请取消选中“密谋”窗格选项菜单下的“静音内联绘图”。”

Plot pane(plot 窗格)位于

如果我们想让他在控制台显示,需要取消“Mute Inline Plotting”

打开菜单第一个选项就是,我们重新运行一下

成功了。