pyrad.graph.plot_time_range#
- pyrad.graph.plot_time_range(radar, field_name, ind_sweep, prdcfg, fname_list, vmin=None, vmax=None, ylabel='range (Km)')[source]#
plots a time-range plot
- Parameters:
radar (Radar object) – object containing the radar data to plot
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
vmin, vmax (float) – Min and max values of the colorbar
ylabel (str) – The y-axis label
- Returns:
fname_list (list of str) – list of names of the created plots