In my last few articles, I looked at several different Python modules that are useful for doing computations. But, what tools are available to help you analyze the results from those computations?
26 import matplotlib.spines as mspines ---> 27 import matplotlib.table as mtable 28 import matplotlib.text as mtext 29 import matplotlib.ticker as mticker File ...
Is your feature request related to a problem? Please describe. I've made a figure in matplotlib of a combination of some timeseries that I would like to plot alongside some maps generated with metview ...