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
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
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'
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.
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
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'