pyrad.graph.plot_monitoring_ts#

pyrad.graph.plot_monitoring_ts(date, np_t, cquant, lquant, hquant, field_name, fname_list, ref_value=None, vmin=None, vmax=None, np_min=0, labelx='Time [UTC]', labely='Value', titl='Time Series', dpi=72, plot_until_year_end=False)[source]#

plots a time series of monitoring data

Parameters:
  • date (datetime object) – time of the time series

  • np_t (int array) – number of points

  • cquant, lquant, hquant (float array) – values of the central, low and high quantiles

  • field_name (str) – name of the field

  • fname_list (list of str) – list of names of the files where to store the plot

  • ref_value (float) – the reference value

  • vmin, vmax (float) – The limits of the y axis

  • np_min (int) – minimum number of points to consider the sample plotable

  • labelx (str) – The label of the X axis

  • labely (str) – The label of the Y axis

  • titl (str) – The figure title

  • dpi (int) – dots per inch

  • plot_until_year_end (bool) – if true will always set the maximum xtick to the end of the year

Returns:

fname_list (list of str) – list of names of the created plots