From: John H. <jdh...@ac...> - 2007-01-31 16:57:06
|
>>>>> "Chris" == Chris Fonnesbeck <ch...@tr...> writes: Chris> The thing is, I deleted my entire ~/.matplotlib directory, Chris> hoping to start clean. Where does matplotlib get its info Chris> when a .matplotlibrc is not present in my home directory? It first looks in the current working dir and then in ~/.matplotlib Try running a sample script with --verbose-helpful and it will tell you which file is being read... JDH |