def abs_diff_map_args(vmin=0, vmax=0.1): return {"vmin": vmin, "vmax": vmax, "interpolation": "none", "cmap": cm.YlOrRd}