Re: [Matplotlib-users] how to set set default figure format for interactive figures?

2012-05-04 Thread Chao YUE
Hi Ben, I search for keyword 'format' and don't find relevant issue. So I add one. cheers, Chao 2012/5/4 Benjamin Root > > > On Fri, May 4, 2012 at 9:11 AM, Chao YUE wrote: > >> Dear all, >> >> I use the default GTKAgg backend. When I explore the figure in >> interactive mode, I find a list

Re: [Matplotlib-users] how to set set default figure format for interactive figures?

2012-05-04 Thread Benjamin Root
On Fri, May 4, 2012 at 9:11 AM, Chao YUE wrote: > Dear all, > > I use the default GTKAgg backend. When I explore the figure in interactive > mode, I find a list of formats to select for the figure format. > But the default one is .png, so how can I change to .jpg? > > In [7]: mat.get_backend() >

[Matplotlib-users] how to set set default figure format for interactive figures?

2012-05-04 Thread Chao YUE
Dear all, I use the default GTKAgg backend. When I explore the figure in interactive mode, I find a list of formats to select for the figure format. But the default one is .png, so how can I change to .jpg? In [7]: mat.get_backend() Out[7]: 'GTKAgg' thanks et cheers, Chao -- **