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 ...
When plotting two (or more) subplots which share the same axes, I see large areas of white spaces within the plots as seen here: One could also set a figsize and manually adjust the axes to get the ...