How "connect" axes on matplotlib subplots

Hello!

How can I zoom exactly on the same region on two different subplots at
the same time. This option is enable when I use plotfile but not if I
use plot, and subplots?

Thx!
Fabien

Fabien,

When you create the new subplots, add the sharex=ax, sharey=ax keywords, where ax is the first set of axes you create.

-Sterling