Skip to content
Snippets Groups Projects
Commit 210cba66 authored by Carsten Hinz's avatar Carsten Hinz
Browse files

removed plotting of stations

parent 4a5c89ab
Branches
Tags
No related merge requests found
......@@ -198,7 +198,7 @@ timestep = 2
time = ds.time[timestep]
data = ds.sel(time=time)
print(data)
plot_cells(data["mean"], not_na_coords, all_na_coords, discrete=False, plot_stations=True)
plot_cells(data["mean"], not_na_coords, all_na_coords, discrete=False, plot_stations=False)
plot_cells(data["n"], not_na_coords, all_na_coords, discrete=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment