pyrad.graph.plot_density#

pyrad.graph.plot_density(hist_obj, hist_type, field_name, ind_sweep, prdcfg, fname_list, quantiles=(25.0, 50.0, 75.0), ref_value=0.0, vmin=None, vmax=None)[source]#

density plot (angle-values representation)

Parameters:
  • hist_obj (histogram object) – object containing the histogram data to plot

  • hist_type (str) – type of histogram (instantaneous data or cumulative)

  • field_name (str) – name of the radar field to plot

  • ind_sweep (int) – sweep index to plot

  • prdcfg (dict) – dictionary containing the product configuration

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

  • quantiles (array) – the quantile lines to plot

  • ref_value (float) – the reference value

  • vmin, vmax (float) – Minim and maximum extend of the vertical axis

Returns:

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