plot_A_surf (method)

plot_A_surf(data, 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, fig=None, subplot_index=None)[source]

Plots the isosurface of a field in 3D

Parameters
  • data (Data) – a Data object

  • 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

  • fig (Matplotlib.figure.Figure) – existing figure to use if None create a new one