> Date: Tue, 21 Apr 2009 19:49:20 +0200
> From: Chaitanya Krishna <icym...@gmail.com>
> Subject: [Matplotlib-users] Different plot settings for different
>         circumstances ...
> 
> So, is there a way to decouple the plot settings (like figure size,
> axes properties, tick properties, etc) from the data being plotted. If
> so, can someone give some examples.
> 
> Cheers,
> Chaitanya

We are using csv files (like a database) to store settings for various
things and then iterating through the records to change settings for each
plot and for different plot types. (line vs. scatter).

For our purpose we are building a little plotting utility called 'PyroGraph'
that is helping us with this task.  Currently it makes about 900 plots in
about 200 seconds on my computer.  Under 'docs' there is a ReadMe.txt file
that explains the purpose of the csv files.

http://code.google.com/p/fds-smv/source/browse/trunk/FDS/trunk/Utilities/Pyr
oGraph/

Also see, http://code.google.com/p/fds-smv/wiki/PyroGraph_Usage

It's open source and public domain, so feel free to take whatever helps.
-Bryan Klein
(NIST)


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to