pyrad.graph.plot_antenna_pattern#

pyrad.graph.plot_antenna_pattern(antpattern, fname_list, labelx='Angle [Deg]', linear=False, twoway=False, title='Antenna Pattern', ymin=None, ymax=None, dpi=72)[source]#

plots an antenna pattern

Parameters:
  • antpattern (dict) – dictionary with the angle and the attenuation

  • value (float array) – values of the time series

  • fname_list (list of str) – list of names of the files where to store the plot

  • labelx (str) – The label of the X axis

  • linear (boolean) – if true data is in linear units

  • linear (boolean) – if true data represents the two way attenuation

  • titl (str) – The figure title

  • ymin, ymax (float) – Lower/Upper limit of y axis

  • dpi (int) – dots per inch

Returns:

fname_list (list of str) – list of names of the created plots