在 IPython Notebook 中自动内联运行 %matplotlib
matplotlibserver side programmingprogramming
%matplotlib 将返回后端值。
%matplotlib auto 将通过 Ipython shell 返回后端的名称。
示例
In [1]: %matplotlib auto
输出
Using matplotlib backend: GTK3Agg
%matplotlib 将返回后端值。
%matplotlib auto 将通过 Ipython shell 返回后端的名称。
In [1]: %matplotlib auto
Using matplotlib backend: GTK3Agg
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。