Blog

Viewing posts tagged python

Plotting Skew-T diagrams in Python

One feature of my python meteorological package pyMeteo is SkewT/LnP plotting from various data formats. These plots can read directly from certain kinds of model input and output data files from command line scripts and from numpy arrays in your python scripts.

Using two filled contour plots simultaneously in matplotlib

In my research endeavors I came across the need to overlay two filled contour plots to combine information with context needed to interpret it. I found some older solutions that were quite complicated but managed to find a much simpler solution.