monet.plots.plots

plotting routines

Functions

kdeplot(df[, title, label, ax])

Short summary.

make_spatial_contours(modelvar, gridobj, date, m)

make_spatial_plot(modelvar, m[, dpi, ...])

normval(vmin, vmax, cmap)

scatter(df[, x, y, title, label, ax])

Short summary.

spatial(modelvar, **kwargs)

spatial_bias_scatter(df, m, date[, vmin, ...])

taylordiagram(df[, marker, col1, col2, ...])

timeseries(df[, x, y, ax, plotargs, ...])

Short summary.

wind_barbs(ws, wdir, gridobj, m, **kwargs)

wind_quiver(ws, wdir, gridobj, m, **kwargs)

monet.plots.plots.kdeplot(df, title=None, label=None, ax=None, **kwargs)

Short summary.

Parameters
  • df (type) – Description of parameter df.

  • col (type) – Description of parameter col (the default is ‘obs’).

  • title (type) – Description of parameter title (the default is None).

  • label (type) – Description of parameter label (the default is None).

  • ax (type) – Description of parameter ax (the default is ax).

  • **kwargs (type) – Description of parameter **kwargs.

Returns

Description of returned object.

Return type

type

monet.plots.plots.scatter(df, x=None, y=None, title=None, label=None, ax=None, **kwargs)

Short summary.

Parameters
  • df (type) – Description of parameter df.

  • x (type) – Description of parameter x (the default is ‘obs’).

  • y (type) – Description of parameter y (the default is ‘model’).

  • **kwargs (type) – Description of parameter **kwargs.

Returns

Description of returned object.

Return type

type

monet.plots.plots.timeseries(df, x='time', y='obs', ax=None, plotargs={}, fillargs={'alpha': 0.2}, title='', ylabel=None, label=None)

Short summary.

Parameters
  • df (type) – Description of parameter df.

  • col (type) – Description of parameter col (the default is ‘Obs’).

  • ax (type) – Description of parameter ax (the default is None).

  • sample (type) – Description of parameter sample (the default is ‘H’).

  • plotargs (type) – Description of parameter plotargs (the default is {}).

  • fillargs (type) – Description of parameter fillargs (the default is {}).

  • title (type) – Description of parameter title (the default is ‘’).

  • label (type) – Description of parameter label (the default is None).

Returns

Description of returned object.

Return type

type