Thursday 22 December 2016

Modifiy Python matplotlib Backend Settings

To find the location of configuration file:
>>> import matplotlib
>>> matplotlib.matplotlib_fname()

Edit the matplotlib configuration file:
Modify "backend : tkagg" to "backend : Agg", for example.

More of Customizing matplotlib.



No comments:

Post a Comment