pyrad.graph.plot_field_coverage#
- pyrad.graph.plot_field_coverage(xval_list, yval_list, fname_list, labelx='Azimuth (deg)', labely='Range extension [m]', labels=None, title='Field coverage', ymin=None, ymax=None, xmeanval=None, ymeanval=None, labelmeanval=None, dpi=72)[source]#
plots a time series
- Parameters:
xval_list (list of float arrays) – the x values, azimuth
yval_list (list of float arrays) – the y values. Range extension
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
ymin, ymax (float) – Lower/Upper limit of y axis
xmeanval, ymeanval (float array) – the x and y values of a mean along elevation
labelmeanval (str) – the label of the mean
dpi (int) – dots per inch
- Returns:
fname_list (list of str) – list of names of the created plots