Discussion:
Sharing X-Axis Scaling Among Subplots
Jed Ludlow
2011-11-17 18:52:52 UTC
Permalink
In matplotlib, there is a slick way to have multiple subplots share the
same x-axis scaling using the "sharex" keyword argument. So when you x-zoom
in one subplot, all the others follow. Is there a straightforward way to
reproduce this behavior in guiqwt?
Emre Neftci
2012-09-04 23:16:33 UTC
Permalink
Post by Jed Ludlow
In matplotlib, there is a slick way to have multiple subplots share the
same x-axis scaling using the "sharex" keyword argument. So when you x-zoom
in one subplot, all the others follow. Is there a straightforward way to
reproduce this behavior in guiqwt?
Check out the spykeutils project: it seems that the author has found a way
to synchronize x-axis and y-axis: https://github.com/rproepp/spykeutils
Loading...