Re: [Matplotlib-users] . Newbie. Interactive and saving plots to file

2007-04-11 Thread Christopher Barker
[EMAIL PROTECTED] wrote: > I edited the matplotlibrc to interactive: False and backend: Agg, and it > works great. (produces .png) no need. as the name implies, TKagg is already using agg internally, so you can just use pylab.savefig (or better yet, figure.savefig), and get the same high qualit

Re: [Matplotlib-users] . Newbie. Interactive and saving plots to file

2007-04-11 Thread massimo sandal
[EMAIL PROTECTED] ha scritto: The question is, do people wanting to do this have to edit the matplotlibrc and restart Python each time, or is there some other way? Try to look for savefig() m. -- Massimo Sandal University of Bologna Department of Biochemistry "G.Moruzzi" snail mail: Via Irn

[Matplotlib-users] . Newbie. Interactive and saving plots to file

2007-04-10 Thread brett . mcsweeney
Just started using matplotlib (it's great!) interactively (using ipython, TkAgg backend) and am moving into saving plots to file. I edited the matplotlibrc to interactive: False and backend: Agg, and it works great. (produces .png) I would normally like to muck around interactively to get the p