I've been plotting timeseries data using the matplotlib.dates module and have come across an issue when using it in conjunction with the subplot command. For figures with greater than one subplot in a ...
matplotlib.pyplot is a state-based interface to matplotlib. It provides an implicit, MATLAB-like, way of plotting. It also opens figures on your screen, and acts as the figure GUI manager.