ocssw
V2022
|
plot_utils.py File Reference
Go to the source code of this file.
Namespaces | |
MDN.plot_utils | |
Functions | |
def | add_identity (ax, *line_args, **line_kwargs) |
def | add_stats_box (ax, y_true, y_est, metrics=[mdsa, sspb, slope], bottom_right=False, bottom=False, right=False, x=0.025, y=0.97, fontsize=16, label=None) |
def | draw_map (*lonlats, scale=0.2, world=False, us=True, eu=False, labels=[], ax=None, gray=False, res='i', **scatter_kws) |
def | default_dd (d={}, f=lambda k:k) |
def | plot_scatter (y_test, benchmarks, bands, labels, products, sensor, title=None, methods=None, n_col=3, img_outlbl='') |