Ensemble Tools
Related packages
Warning
This documentation is incomplete.
import matplotlib.pyplot as plt import enstools.plot fig, ax = enstools.plot.contour(data_array, coastlines="50m") plt.show()
Plot API.