Re: [matplotlib-devel] update x axis of a subplot according to the y axis of another one in python/matplotlib

2015-02-12 Thread Alessandro Pietro Bardelli
Thanks for the answer. Glue seems a quite cool project but it is also a bit overkill for this specific task, isn't it? Basically I just would like tell sharex to point the Yaxis of the axes object. Isn't there a way to do this within matplotlib? thanks Alessandro On 11/02/2015 16:41,

Re: [matplotlib-devel] v1.4.3rc1

2015-02-12 Thread Sandro Tosi
On Mon, Feb 9, 2015 at 1:00 AM, Thomas Caswell tcasw...@gmail.com wrote: Sorry about the bad tarball, I forgot to clean my git directory before generating it. Another point in favor of using the gh tarball, I can't screw it up. I switch to GH tarball, but I must say they are a lot different

Re: [matplotlib-devel] update x axis of a subplot according to the y axis of another one in python/matplotlib

2015-02-12 Thread Benjamin Root
Sharing the same axis across subplots is implemented via matplotlib's interactive framework, and is available by default. Glue is built on top of matplotlib, extending its interactive framework with many additional tools. Yes, it might be overkill for this singular task, but implementing