Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.5
-
None
Description
The docstring for plotter.draw_contour_map incorrectly lists the expected data shape as (time, lon, lat)
:param dataset: 3D array of data to be plotted with shape (nT, nLon, nLat).
The expected format is actually (time, lat, lon) which is consistent with the format that the Dataset object uses internally.