On 7/21/07, Darren Dale <[EMAIL PROTECTED]> wrote:

> I'm working on converting our existing rc code to tconfig this weekend. So far
> so good. I just wanted to let people know to avoid duplicating effort.

Excellent!  Ping me if you have any problems.

I'm going to try and finish hierarchical inclusion of files (aka
ipython profiles) now.  Consider for example a paper that requires
black and white only styles.  You could then have in that paper's
directory a .matplotlib.conf file with:

# paper-specific tweaks
include = "$HOME/.matplotlib/matplotlib.conf"

[lines]
color = 'black'
thickness = 2

etc.


Or in your .matplotlib dir, you could keep multiple configurations
that branch off the basic one for different needs, while keeping
common defaults in one central location.

In my first implementation I'll have to give up on safe roundtripping
to files with recursion active, because it's a bit tricky to do both
(not impossible).

Cheers,

f

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to