Re: [Matplotlib-users] Grouper use

2009-10-01 Thread TP
Michael Droettboom wrote: > You can use the twinx/twiny methods to join two axes after they've been > created. > > I don't think we currently provide a way to unjoin the subplots (either > in the axes or in the Grouper class itself.) I think that's > functionality we would need to add. If you c

Re: [Matplotlib-users] Grouper use

2009-09-30 Thread Michael Droettboom
You can use the twinx/twiny methods to join two axes after they've been created. I don't think we currently provide a way to unjoin the subplots (either in the axes or in the Grouper class itself.) I think that's functionality we would need to add. If you can be so kind as to add a feature r

Re: [Matplotlib-users] Grouper use

2009-09-30 Thread TP
Michael Droettboom wrote: > Yes -- I'll update the docstring. The weakref support was added > afterward during one of my many memory leak crusades ;) > > What were you attempting to do with the Grouper? You shouldn't have to > use the class directly to use the sharex/sharey functionality -- it'

Re: [Matplotlib-users] Grouper use

2009-09-30 Thread Michael Droettboom
Yes -- I'll update the docstring. The weakref support was added afterward during one of my many memory leak crusades ;) What were you attempting to do with the Grouper? You shouldn't have to use the class directly to use the sharex/sharey functionality -- it's only an implementation detail.

Re: [Matplotlib-users] Grouper use

2009-09-29 Thread Eric Firing
TP wrote: > Hi everybody, > > I try to play with "sharex" feature. Then, I have been guided to the > class "Grouper" of module cbook: > > http://matplotlib.sourceforge.net/api/cbook_api.html > > So I tried the following example: > > ## > from matplotlib.cbook import

[Matplotlib-users] Grouper use

2009-09-29 Thread TP
Hi everybody, I try to play with "sharex" feature. Then, I have been guided to the class "Grouper" of module cbook: http://matplotlib.sourceforge.net/api/cbook_api.html So I tried the following example: ## from matplotlib.cbook import * g = Grouper() g.join('a', 'b'