Closed hdrake closed 4 years ago
Check out this pull request on
You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.
View / edit / reply to this conversation on ReviewNB
bradyrx commented on 2020-03-04T21:15:20Z ----------------------------------------------------------------
You can do ds.plot(vmin=MIN, vmax=MAX)
as in matplotlb
.
Nice work @hdrake, looks good. I think it's a good move to avoid wind speed. From a viz perspective, I think the changes in shapes for each variable are unnecessary since they are on different subplots. you could just have circles for all of them and the subplot titles will explain what variable it is (then you don't need the shapes in the legend).
Here is the updated master plot with mean sea level pressure replacing near-surface wind speed.