On Monday 02 June 2008 05:33:52 pm John Hunter wrote:
> On Mon, Jun 2, 2008 at 4:32 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
> > I am pretty sure setupext.py used to have these defaults coded in, but
> > something must have changed.  I haven't had to check default backends
> > in a long time.  I'll get new builds up asap.
>
> Darren has added a setup.cfg to configure the builds external to
> setup.py.  You'll probably want to use it to configure the default
> backend.

When I did all that stuff, I tried to make setup.py choose the backend for the 
default matplotlibrc intelligently. It defaults to agg, but then if a gui 
toolkit is available it will use that. BUT, maybe you want to tell matplotlib 
what the default backend should be, so you can set that in setup.cfg and THAT 
setting has precedence, see the template. That feature was added specifically 
for package managers, and I hoped it would make your life easier, Charlie. 
You should be able to edit setup.cfg, set the backend there, and it will be 
propagated to the default matplotlibrc.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to