"Joel Goldstick" <[email protected]> a écrit dans le message de news:[email protected]...
On Tue, Aug 25, 2015 at 10:32 AM, Cody Piersall <[email protected]> wrote:On Tue, Aug 25, 2015 at 9:16 AM, ast <[email protected]> wrote:
The original example is one I haven't seen in the wild.
I found it using matplotlib import numpy as np import matplotlib.pyplot as plt f, (ax1, ax2) = plt.subplots(2, 1, sharex=True) -- https://mail.python.org/mailman/listinfo/python-list
