plot_discrete_data_map#

mhm_tools.common.plotter.plot_discrete_data_map(lon, lat, arr, vmin, vmax, cb_label, title, out_path, cmap='RdBu', x_min=None, x_max=None, y_min=None, y_max=None)[source]#

Plot a map with discrete bins using a colorbar.

Uses Cartopy for geographic projection and Matplotlib for color mapping.