Re: [Matplotlib-users] patch: adding kwargs 'which' in axes.grid and 'g' toggles all tick grid lines

2010-06-10 Thread Matthias Michler
On Wednesday, June 09, 2010 08:00:13 pm Eric Firing wrote: On 06/08/2010 11:07 PM, Matthias Michler wrote: On Wednesday, June 09, 2010 11:00:31 am Eric Firing wrote: On 06/08/2010 10:48 PM, Matthias Michler wrote: On Friday, April 23, 2010 11:08:50 am Matthias Michler wrote: Hello list,

Re: [Matplotlib-users] patch: adding kwargs 'which' in axes.grid and 'g' toggles all tick grid lines

2010-06-10 Thread Eric Firing
On 06/09/2010 09:15 PM, Matthias Michler wrote: On Wednesday, June 09, 2010 08:00:13 pm Eric Firing wrote: On 06/08/2010 11:07 PM, Matthias Michler wrote: On Wednesday, June 09, 2010 11:00:31 am Eric Firing wrote: On 06/08/2010 10:48 PM, Matthias Michler wrote: On Friday, April 23, 2010

Re: [Matplotlib-users] patch: adding kwargs 'which' in axes.grid and 'g' toggles all tick grid lines

2010-06-10 Thread Matthias Michler
On Thursday, June 10, 2010 09:57:44 am Eric Firing wrote: On 06/09/2010 09:15 PM, Matthias Michler wrote: On Wednesday, June 09, 2010 08:00:13 pm Eric Firing wrote: On 06/08/2010 11:07 PM, Matthias Michler wrote: On Wednesday, June 09, 2010 11:00:31 am Eric Firing wrote: On 06/08/2010

Re: [Matplotlib-users] patch: adding kwargs 'which' in axes.grid and 'g' toggles all tick grid lines

2010-06-09 Thread Matthias Michler
On Friday, April 23, 2010 11:08:50 am Matthias Michler wrote: Hello list, Hello developers, I'd like to summarize my discussion with Gökhan (Turning off minor grids on log scaled plot) in the last days and propose two patches. The first patch adds the keyword argument 'which' from the

Re: [Matplotlib-users] patch: adding kwargs 'which' in axes.grid and 'g' toggles all tick grid lines

2010-06-09 Thread Eric Firing
On 06/08/2010 10:48 PM, Matthias Michler wrote: On Friday, April 23, 2010 11:08:50 am Matthias Michler wrote: Hello list, Hello developers, I'd like to summarize my discussion with Gökhan (Turning off minor grids on log scaled plot) in the last days and propose two patches. The first patch

Re: [Matplotlib-users] patch: adding kwargs 'which' in axes.grid and 'g' toggles all tick grid lines

2010-06-09 Thread Matthias Michler
On Wednesday, June 09, 2010 11:00:31 am Eric Firing wrote: On 06/08/2010 10:48 PM, Matthias Michler wrote: On Friday, April 23, 2010 11:08:50 am Matthias Michler wrote: Hello list, Hello developers, I'd like to summarize my discussion with Gökhan (Turning off minor grids on log scaled

Re: [Matplotlib-users] patch: adding kwargs 'which' in axes.grid and 'g' toggles all tick grid lines

2010-06-09 Thread Eric Firing
On 06/08/2010 11:07 PM, Matthias Michler wrote: On Wednesday, June 09, 2010 11:00:31 am Eric Firing wrote: On 06/08/2010 10:48 PM, Matthias Michler wrote: On Friday, April 23, 2010 11:08:50 am Matthias Michler wrote: Hello list, Hello developers, I'd like to summarize my discussion with

[Matplotlib-users] patch: adding kwargs 'which' in axes.grid and 'g' toggles all tick grid lines

2010-04-23 Thread Matthias Michler
Hello list, Hello developers, I'd like to summarize my discussion with Gökhan (Turning off minor grids on log scaled plot) in the last days and propose two patches. The first patch adds the keyword argument 'which' from the axis.grid to the method 'grid' of the Axes