在没有GUI界面的Linux上面使用matplotlib

版权声明:本文为博主原创文章,转载请加入原文链接,谢谢。。 https://blog.csdn.net/shawncheer/article/details/82926068
import matplotlib
matplotlib.use("Agg")

具体可以参考(levy_cui)的博客。

猜你喜欢

转载自blog.csdn.net/shawncheer/article/details/82926068