gemmr.plot.mean_metric_curve
- gemmr.plot.mean_metric_curve(metric, rs=(0.1, 0.3, 0.5), n_per_ftr_typical=5, ylabel=None)
Plots mean curves for given
rsas a function ofn_per_ftr.- Parameters:
metric (xr.DataArray) – must have dimensions
randn_per_ftr, all other dimensions are averaged overrs (tuple-like) – separate curves are plotted for each entry of
rsn_per_ftr_typical (int or None) – if not
None, a vertical dashed line is plotted at this valueylabel (str or None) – y-label
- Returns:
panel
- Return type:
hv.Overlay