Hi - 
I am writing a script that will generate many figures.

Currently this script lives in matlab and outputs these figures to a single .ps 
file:

if( first )
    print( nfig, '-dpsc2', '-r300', '-loose', filename );
else
    print( nfig, '-dpsc2', '-r300', '-loose', '-append', filename ); 
end

I found the savefig() function.  My question is: does it have something similar 
to the '-append' flag?  If not, is there another convenient way to save 
multiple figures to the same .ps file?

Thanks.
martin.

       
---------------------------------
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.
-------------------------------------------------------------------------
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-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to