1 import matplotlib
matplotlib.use(‘Agg’)
在导入matplotlib时马上添加
Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not suppor
最新推荐文章于 2024-03-26 09:48:00 发布
1 import matplotlib
matplotlib.use(‘Agg’)
在导入matplotlib时马上添加