pyrad.graph#

Description

Plotting (pyrad.graph)#

Functions to plot graphics.

Plots#

plot_ray(radar, field_name, ind_ray, prdcfg, ...)

plots a ray

plot_surface_raw(grid, field_name, level, ...)

plots a surface from gridded data within reprojecting the data into a map

plot_surface(grid, field_name, level, ...[, ...])

plots a surface from gridded data

plot_latitude_slice(grid, field_name, lon, ...)

plots a latitude slice from gridded data

plot_longitude_slice(grid, field_name, lon, ...)

plots a longitude slice from gridded data

plot_cross_section(grid, field_name, coord1, ...)

plots a croos section crossing two points in the grid

plot_dda_map(grid, bg_field_name, level, ...)

This procedure plots a horizontal cross section of winds from wind fields generated by PyDDA.

plot_dda_slice(grid, bg_field_name, ...[, ...])

This procedure plots a cross section of wind vectors from wind fields generated by PyDDA in the X-Z plane at a specified latitude or longitude

plot_ppi(radar, field_name, ind_el, prdcfg, ...)

plots a PPI

plot_ppi_contour(radar, field_name, ind_el, ...)

plots contour data on a PPI

plot_ppi_map(radar, field_name, ind_el, ...)

plots a PPI on a geographic map

plot_rhi(radar, field_name, ind_az, prdcfg, ...)

plots an RHI

plot_rhi_contour(radar, field_name, ind_az, ...)

plots contour data on an RHI

plot_bscope(radar, field_name, ind_sweep, ...)

plots a B-Scope (angle-range representation)

plot_fixed_rng(radar, field_name, prdcfg, ...)

plots a fixed range plot

plot_fixed_rng_span(radar, field_name, ...)

plots a fixed range plot

plot_fixed_rng_sun(radar, field_name, ...[, ...])

plots a fixed range plot

plot_time_range(radar, field_name, ...[, ...])

plots a time-range plot

plot_rhi_profile(data_list, hvec, fname_list)

plots an RHI profile

plot_along_coord(xval_list, yval_list, ...)

plots data along a certain radar coordinate

plot_field_coverage(xval_list, yval_list, ...)

plots a time series

plot_density(hist_obj, hist_type, ...[, ...])

density plot (angle-values representation)

plot_scatter(bin_edges1, bin_edges2, ...[, ...])

2D histogram

plot_centroids(bin_edges1, bin_edges2, ...)

2D histogram

plot_cappi(radar, field_name, altitude, ...)

plots a Constant Altitude Plan Position Indicator CAPPI

plot_traj(rng_traj, azi_traj, ele_traj, ...)

plots a trajectory on a Cartesian surface

plot_pos(lat, lon, alt, fname_list[, ax, ...])

plots a trajectory on a Cartesian surface

plot_pos_map(lat, lon, alt, fname_list[, ...])

plots a trajectory on a map

plot_quantiles(quant, value, fname_list[, ...])

plots quantiles

plot_histogram(bin_edges, values, fname_list)

computes and plots histogram

plot_histogram2(bin_centers, hist, fname_list)

plots histogram

plot_antenna_pattern(antpattern, fname_list)

plots an antenna pattern

plot_selfconsistency(zdrkdp_table, fname_list)

plots a ZDR-KDP/ZH selfconsistency in rain relation

plot_selfconsistency_instrument(zdr, kdp, ...)

plots the ZDR-KDP/ZH relationship obtained by an instrument.

plot_timeseries(tvec, data_list, fname_list)

plots a time series

plot_timeseries_comp(date1, value1, date2, ...)

plots 2 time series in the same graph

plot_monitoring_ts(date, np_t, cquant, ...)

plots a time series of monitoring data

plot_scatter_comp(value1, value2, fname_list)

plots the scatter between two time series

plot_intercomp_scores_ts(date_vec, np_vec, ...)

plots a time series of radar intercomparison scores

plot_ml_ts(dt_ml_arr, ml_top_avg_arr, ...[, ...])

plots a time series of melting layer data

plot_sun_hits(field, field_name, fname_list, ...)

plots the sun hits

plot_sun_retrieval_ts(sun_retrieval, ...[, ...])

plots sun retrieval time series series

plot_Doppler(spectra, field_name, ray, rng, ...)

Makes a Doppler plot

plot_complex_Doppler(spectra, field_name, ...)

Makes a complex Doppler plot plotting separately the real and the imaginary parts

plot_amp_phase_Doppler(spectra, field_name, ...)

Makes a complex Doppler plot plotting separately the module and the phase of the signal

plot_range_Doppler(spectra, field_name, ray, ...)

Makes a range-Doppler plot

plot_complex_range_Doppler(spectra, ...[, ...])

Makes a complex range-Doppler plot.

plot_amp_phase_range_Doppler(spectra, ...[, ...])

Makes a complex range-Doppler plot plotting separately the module and the phase of the signal

plot_angle_Doppler(spectra, field_name, ang, ...)

Makes an angle-Doppler plot

plot_complex_angle_Doppler(spectra, ...[, ...])

Makes an angle-Doppler plot of complex spectra

plot_amp_phase_angle_Doppler(spectra, ...[, ...])

Makes an angle-Doppler plot of complex spectra

plot_time_Doppler(spectra, field_name, ...)

Makes a time-Doppler plot

plot_complex_time_Doppler(spectra, ...[, ...])

Makes a complex time-Doppler plot.

plot_amp_phase_time_Doppler(spectra, ...[, ...])

Makes a complex time-Doppler plot plotting separately the module and the phase of the signal

plot_roi_contour(roi_dict, prdcfg, fname_list)

plots the contour of a region of interest on a map

get_colobar_label(field_dict, field_name)

creates the colorbar label using field metadata

get_field_name(field_dict, field)

Return a nice field name for a particular field

_plot_time_range(rad_time, rad_range, ...[, ...])

plots a time-range plot

Functions

get_colobar_label(field_dict, field_name)

creates the colorbar label using field metadata

get_field_name(field_dict, field)

Return a nice field name for a particular field

plot_Doppler(spectra, field_name, ray, rng, ...)

Makes a Doppler plot

plot_along_coord(xval_list, yval_list, ...)

plots data along a certain radar coordinate

plot_amp_phase_Doppler(spectra, field_name, ...)

Makes a complex Doppler plot plotting separately the module and the phase of the signal

plot_amp_phase_angle_Doppler(spectra, ...[, ...])

Makes an angle-Doppler plot of complex spectra

plot_amp_phase_range_Doppler(spectra, ...[, ...])

Makes a complex range-Doppler plot plotting separately the module and the phase of the signal

plot_amp_phase_time_Doppler(spectra, ...[, ...])

Makes a complex time-Doppler plot plotting separately the module and the phase of the signal

plot_angle_Doppler(spectra, field_name, ang, ...)

Makes an angle-Doppler plot

plot_antenna_pattern(antpattern, fname_list)

plots an antenna pattern

plot_bscope(radar, field_name, ind_sweep, ...)

plots a B-Scope (angle-range representation)

plot_cappi(radar, field_name, altitude, ...)

plots a Constant Altitude Plan Position Indicator CAPPI

plot_centroids(bin_edges1, bin_edges2, ...)

2D histogram

plot_complex_Doppler(spectra, field_name, ...)

Makes a complex Doppler plot plotting separately the real and the imaginary parts

plot_complex_angle_Doppler(spectra, ...[, ...])

Makes an angle-Doppler plot of complex spectra

plot_complex_range_Doppler(spectra, ...[, ...])

Makes a complex range-Doppler plot.

plot_complex_time_Doppler(spectra, ...[, ...])

Makes a complex time-Doppler plot.

plot_cross_section(grid, field_name, coord1, ...)

plots a croos section crossing two points in the grid

plot_dda_map(grid, bg_field_name, level, ...)

This procedure plots a horizontal cross section of winds from wind fields generated by PyDDA.

plot_dda_slice(grid, bg_field_name, ...[, ...])

This procedure plots a cross section of wind vectors from wind fields generated by PyDDA in the X-Z plane at a specified latitude or longitude

plot_density(hist_obj, hist_type, ...[, ...])

density plot (angle-values representation)

plot_field_coverage(xval_list, yval_list, ...)

plots a time series

plot_fixed_rng(radar, field_name, prdcfg, ...)

plots a fixed range plot

plot_fixed_rng_span(radar, field_name, ...)

plots a fixed range plot

plot_fixed_rng_sun(radar, field_name, ...[, ...])

plots a fixed range plot

plot_histogram(bin_edges, values, fname_list)

computes and plots histogram

plot_histogram2(bin_centers, hist, fname_list)

plots histogram

plot_intercomp_scores_ts(date_vec, np_vec, ...)

plots a time series of radar intercomparison scores

plot_latitude_slice(grid, field_name, lon, ...)

plots a latitude slice from gridded data

plot_longitude_slice(grid, field_name, lon, ...)

plots a longitude slice from gridded data

plot_ml_ts(dt_ml_arr, ml_top_avg_arr, ...[, ...])

plots a time series of melting layer data

plot_monitoring_ts(date, np_t, cquant, ...)

plots a time series of monitoring data

plot_pos(lat, lon, alt, fname_list[, ax, ...])

plots a trajectory on a Cartesian surface

plot_pos_map(lat, lon, alt, fname_list[, ...])

plots a trajectory on a map

plot_ppi(radar, field_name, ind_el, prdcfg, ...)

plots a PPI

plot_ppi_contour(radar, field_name, ind_el, ...)

plots contour data on a PPI

plot_ppi_map(radar, field_name, ind_el, ...)

plots a PPI on a geographic map

plot_quantiles(quant, value, fname_list[, ...])

plots quantiles

plot_range_Doppler(spectra, field_name, ray, ...)

Makes a range-Doppler plot

plot_ray(radar, field_name, ind_ray, prdcfg, ...)

plots a ray

plot_rhi(radar, field_name, ind_az, prdcfg, ...)

plots an RHI

plot_rhi_contour(radar, field_name, ind_az, ...)

plots contour data on an RHI

plot_rhi_profile(data_list, hvec, fname_list)

plots an RHI profile

plot_roi_contour(roi_dict, prdcfg, fname_list)

plots the contour of a region of interest on a map

plot_scatter(bin_edges1, bin_edges2, ...[, ...])

2D histogram

plot_scatter_comp(value1, value2, fname_list)

plots the scatter between two time series

plot_selfconsistency(zdrkdp_table, fname_list)

plots a ZDR-KDP/ZH selfconsistency in rain relation

plot_selfconsistency_instrument(zdr, kdp, ...)

plots the ZDR-KDP/ZH relationship obtained by an instrument.

plot_sun_hits(field, field_name, fname_list, ...)

plots the sun hits

plot_sun_retrieval_ts(sun_retrieval, ...[, ...])

plots sun retrieval time series series

plot_surface(grid, field_name, level, ...[, ...])

plots a surface from gridded data

plot_surface_raw(grid, field_name, level, ...)

plots a surface from gridded data within reprojecting the data into a map

plot_time_Doppler(spectra, field_name, ...)

Makes a time-Doppler plot

plot_time_range(radar, field_name, ...[, ...])

plots a time-range plot

plot_timeseries(tvec, data_list, fname_list)

plots a time series

plot_timeseries_comp(date1, value1, date2, ...)

plots 2 time series in the same graph

plot_traj(rng_traj, azi_traj, ele_traj, ...)

plots a trajectory on a Cartesian surface