plot_A_time_space (method)

plot_A_time_space(self, Data_str, is_deg=True, is_elecorder=False, is_spaceorder=False, freq_max=20000, r_max=100, z_max=None, is_norm=False, unit='SI', save_path=None, is_auto_ticks=True, component_list=None, is_show_fig=None)[source]

Plots a field as a function of time and space (angle)

Parameters
  • self (Output) – an Output object

  • Data_str (str) – name of the Data Object to plot (e.g. “mag.Br”)

  • is_deg (bool) – boolean indicating if the angle must be converted to degrees

  • is_elecorder (bool) – boolean indicating if we want to use the electrical order for the fft axis

  • is_spaceorder (bool) – boolean indicating if we want to use the spatial order for the fft axis

  • freq_max (float) – maximum value of the frequency for the fft axis

  • r_max (int) – maximum value of the wavenumber for the fft axis

  • z_max (float) – maximum value for the field

  • is_norm (bool) – boolean indicating if the field must be normalized

  • unit (str) – unit in which to plot the field

  • colormap (colormap object) – colormap prescribed by user

  • save_path (str) – full path including folder, name and extension of the file to save if save_path is not None

  • is_auto_ticks (bool) – in fft, adjust ticks to freqs and wavenumbers (deactivate if too close)

  • component_list (list) – list of component names to plot in separate figures

  • is_show_fig (bool) – True to show figure after plot