|
From: Neal B. <ndb...@gm...> - 2015-02-04 00:18:34
|
Paul Hobson wrote: > I only have the notebook to mes around in, but the following works for me: > > %matplotlib nbagg > import matplotlib.pyplot as plt > > fig, ax = plt.subplots(nrows=2, sharex=True, sharey=True) > > On Tue Feb 03 2015 at 4:07:26 PM Neal Becker > <ndb...@gm...> wrote: > >> I have 2 subplots, 2 rows 1 col. They have the same x-axis. >> >> I'd like to be able to zoom in on both plots together. Using qt4agg, >> there is a >> zoom icon, but it seems to operated on each subplot separately. >> Thanks for the quick replies! This works fine. |