Closed elehmer closed 10 months ago
I just noticed that ck.view(data_to_use, lat_lon = False, cmap = "viridis") fails for station data:
ck.view(data_to_use, lat_lon = False, cmap = "viridis")
ValueError: failed to validate Line(id='2062', ...).line_color: expected either None or a value of type Color, got 'viridis'
This is a notebook guidance issue not climakitae code issue. Station data doesn't have xy coordinates so passing a variable cmap to it breaks this. Will modify the notebook slightly.
I just noticed that
ck.view(data_to_use, lat_lon = False, cmap = "viridis")
fails for station data:ValueError: failed to validate Line(id='2062', ...).line_color: expected either None or a value of type Color, got 'viridis'