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_...
在时间轴(type: 'time')中需要传时间戳,在对数轴(type: 'log')中需要传指数值。interval: ...
可选 '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_...