|
From: Julian I. <jul...@gm...> - 2015-02-22 04:57:13
|
In the Ticker API docs <http://matplotlib.org/api/ticker_api.html> the following is listed as a valid rc parameter: axes.formatter.useoffset=False Is there a way to put this in my matplotlibrc? I have tried the obvious choice: axes.formatter.useoffset : False but that give the error Bad key "axes.formatter.useoffset" upon importing matplotlib. Thanks, Julian |