dimensions(sizes): lat(180), lon(360), time(1), depth_std(41) variables(dimensions): float32 lat(lat), float32 lon(lon), float32 time(time), float32 depth_std(depth_std), float32 temp(lat, lon, depth_std) groups: print(f1): Dimensions: (lat: 180, lon: 360, time: 1, depth...
cbar = fig.colorbar(cs, cax=cb_ax, ax=ax, extend=‘both’, orientation=‘horizontal’, ticks=[0, 0.2, 0.4, 0.6, 0.8, 1.0]) #共享colorbar cbar.set_label(‘SSH’, fontsize=4, color=‘k’) # 设置color-bar的标签字体及其大小cbar.ax.tick_params(labelsize=5, direction=‘in’, l...
dimensions(sizes): lat(180), lon(360), time(1), depth_std(41) variables(dimensions): float32 lat(lat), float32 lon(lon), float32 time(time), float32 depth_std(depth_std), float32 temp(lat, lon, depth_std) groups: 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14....
可选 'value' 'category' 'time' 'log' name = None, # str 坐标轴名称。 is_show = True, # bool 是否显示 x 轴。 is_scale = False, # bool 是否是脱离 0 值比例,只在数值轴中(type: 'value')有效,设置 min 和 max 之后该配置项无效 is_inverse = False, # bool 是否反向坐标轴。 name_...
可选 'value' 'category' 'time' 'log' name = None, # str 坐标轴名称。 is_show = True, # bool 是否显示 x 轴。 is_scale = False, # bool 是否是脱离 0 值比例,只在数值轴中(type: 'value')有效,设置 min 和 max 之后该配置项无效 is_inverse = False, # bool 是否反向坐标轴。 name_...
(time<=1059096)] #13-27 Oct # # # 画图网格 lon1 = lon[ln1:ln2] lat1 = lat[la1:la2] X, Y = np.meshgrid(lon1, lat1) u_aim = u[:, 0, la1:la2, ln1:ln2] v_aim = v[:, 0, la1:la2, ln1:ln2] # # # ---对时间维度求平均 得到年平均的current--- u_year_mean ...