List of all available matplotlib backends

后端 未结 7 2131
情话喂你
情话喂你 2020-11-27 13:06

The current backend name is accessible via

>>> import matplotlib.pyplot as plt
>>> plt.get_backend()
\'GTKAgg\'

Is there a way to get a list of all ba

7条回答
  •  攒了一身酷
    2020-11-27 13:22

    You could look at the following folder for a list of possible backends...

    /Library/Python/2.6/site-packages/matplotlib/backends
    /usr/lib64/Python2.6/site-packages/matplotlib/backends
    

提交回复
热议问题