pyrad.graph.plot_quantiles#
- pyrad.graph.plot_quantiles(quant, value, fname_list, labelx='quantile', labely='value', titl='quantile', vmin=None, vmax=None, dpi=72)[source]#
plots quantiles
- Parameters:
quant (array) – quantiles to be plotted
value (array) – values of each quantile
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
titl (str) – The figure title
vmin, vmax (float) – Lower/Upper limit of data values
dpi (int) – dots per inch
- Returns:
fname_list (list of str) – list of names of the created plots