From: John H. <jd...@gm...> - 2010-10-28 20:39:55
|
On Thu, Oct 28, 2010 at 2:46 PM, Russell E. Owen <ro...@uw...> wrote: > It's an interesting question. You can't call a matplotlib function to do > it because it has to happen before matplotlib is loaded. I suppose there > could be a configuration package to perform the operation. This is basically what we already do, minus the /etc part. So we could check some default global locations for a matplotlibrc if we want to. Currently we 1. check for the ENV var 2. check the current dir for a file called matplotlibrc and use it if there 3. check $HOME/.matplotlib/matplotlibrc JDH |