Plot

Warning

This documentation is incomplete.

import matplotlib.pyplot as plt
import enstools.plot
fig, ax = enstools.plot.contour(data_array, coastlines="50m")
plt.show()

See API

Plot API.