可通过以下方式访问当前后端名称
>>> import matplotlib.pyplot as plt >>> plt.get_backend() 'GTKAgg'
有没有办法获得可以在特定机器上使用的所有后端的列表?
python matplotlib
matplotlib ×1
python ×1