pyrad.graph.plot_rhi_profile#

pyrad.graph.plot_rhi_profile(data_list, hvec, fname_list, labelx='Value', labely='Height (m MSL)', labels='Mean', title='RHI profile', colors=None, linestyles=None, vmin=None, vmax=None, hmin=None, hmax=None, dpi=72)[source]#

plots an RHI profile

Parameters:
  • data_list (list of float array) – values of the profile

  • hvec (float array) – height points of the profile

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

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

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

  • labels (array of str) – The label of the legend

  • title (str) – The figure title

  • colors (array of str) – Specifies the colors of each line

  • linestyles (array of str) – Specifies the line style of each line

  • vmin, vmax (float) – Lower/Upper limit of data values

  • hmin, hmax (float) – Lower/Upper limit of altitude

  • dpi (int) – dots per inch

Returns:

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