plot_A_surf (method)

plot_A_surf(self, Data_str, is_deg=True, t_max=None, a_max=400, z_min=None, z_max=None, is_norm=False, unit='SI', colormap=None, save_path=None, component_list=None)[source]

Plots the isosurface of a field in 3D

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

  • t_max (float) – maximum value of the time for the x axis

  • a_max (float) – maximum value of the angle for the y axis

  • z_min (float) – minimum value of the amplitude for the z axis

  • z_max (float) – maximum value of the amplitude for the z axis

  • 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) – path and name of the png file to save

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