From: John H. <jdh...@ac...> - 2005-02-01 21:06:27
|
>>>>> "Chris" == Chris Barker <Chr...@no...> writes: Chris> Thanks John and Andrew. Now I've changed my matplotlibrc Chris> to use the Agg backend by default. It would be nice if the Chris> default could be set appropriately on install, but I have Chris> no idea how one would do that. However, I doubt that GTKAgg Chris> is the default on Windows, so maybe there is a way! I just change the default .matplotlibrc value when I build the windows installer to tkagg. There's nothing automatic. It would be nice if the setup.py script were smarter, and provided a custom rc file depending on what it finds at build time (numeric vs numarray, default backend) but there has been enough work to do just getting core plotting functionality going (most recently contour and polar) that configuration issues have been on the back burner. JDH |