- 积分
- 387
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-3-11
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
就显示了个CS8
cs1 = m.contourf(lon, lat, np.squeeze(none1), cmap=cmaps.WhiteBlueGreenYellowRed)
cs2 = m.contourf(lon, lat, np.squeeze(none2), cmap=cmaps.WhiteBlueGreenYellowRed)
cs3 = m.contourf(lon, lat, np.squeeze(none3), cmap=cmaps.WhiteBlueGreenYellowRed)
cs4 = m.contourf(lon, lat, np.squeeze(none4), cmap=cmaps.WhiteBlueGreenYellowRed)
cs5 = m.contourf(lon, lat, np.squeeze(R1), cmap=cmaps.WhiteBlueGreenYellowRed)
cs6 = m.contourf(lon, lat, np.squeeze(R2), cmap=cmaps.WhiteBlueGreenYellowRed)
cs7 = m.contourf(lon, lat, np.squeeze(R3), cmap=cmaps.WhiteBlueGreenYellowRed)
cs8 = m.contourf(lon, lat, np.squeeze(R4), cmap=cmaps.WhiteBlueGreenYellowRed)
|
|