Re: [Matplotlib-users] plotting in a loop

2010-04-21 Thread tomislav_ma...@gmx.com
Thank you very much Steve! This helped a lot, it worked in the ipython as well, there is no difference, only that the ipython is interactive and has more supplementary features. :) Thanks, Tomislav - Original Message - From: Stephen George Sent: 04/21/10 03:33 AM To: matplotlib-users@li

Re: [Matplotlib-users] Turning off minor grids on log scaled plot

2010-04-21 Thread Gökhan Sever
On Wed, Apr 21, 2010 at 12:06 PM, Gökhan Sever wrote: > > > On Wed, Apr 21, 2010 at 4:39 AM, Matthias Michler > wrote: > >> I think it works like expected, i.e. it toggles the state of showing grid >> lines for minor and major ticks. >> The problem it the case were people set only major tick grid

Re: [Matplotlib-users] Turning off minor grids on log scaled plot

2010-04-21 Thread Gökhan Sever
On Wed, Apr 21, 2010 at 4:39 AM, Matthias Michler wrote: > I think it works like expected, i.e. it toggles the state of showing grid > lines for minor and major ticks. > The problem it the case were people set only major tick grid lines > ax.grid(True, which='major') > and than press the key 'g',

Re: [Matplotlib-users] Turning off minor grids on log scaled plot

2010-04-21 Thread Matthias Michler
On Wednesday 21 April 2010 08:10:00 Gökhan Sever wrote: > On Tue, Apr 20, 2010 at 11:11 AM, Gökhan Sever wrote: > > On Tue, Apr 20, 2010 at 2:42 AM, Matthias Michler > > > > > > wrote: > >> > >> Hi Gökhan, > >> > >> thanks for testing this small patch. Maybe one of the developers could > >> submit