pyart.graph.RadarDisplay.generate_xsection_title# RadarDisplay.generate_xsection_title(field, points)[source]# Generate a title for a ray plot. Parameters: field (str) – Field plotted. points (ndarray) – N x 2 array containing the lon/lat coordinates of the reference points Returns: title (str) – Plot title.