plot_cplx_polar_field#

plot_cplx_polar_field(field, phi_grid, r_grid, figsize=(10, 4), show_grid=True, cmap='bwr', savename=None, dpi=200, show_sector_lines=False, n_sectors=1, use_log=False, linthresh=0.001, linscale=1.0)[source]#

Plot real and imaginary parts of a complex field side by side.

Parameters:
  • field (ndarray[tuple[int, ...], dtype[complexfloating]])

  • phi_grid (ndarray[tuple[int, ...], dtype[float64]])

  • r_grid (ndarray[tuple[int, ...], dtype[float64]])

  • figsize (tuple[float, float])

  • show_grid (bool)

  • cmap (str)

  • savename (str | None)

  • dpi (int)

  • show_sector_lines (bool)

  • n_sectors (int)

  • use_log (bool)

  • linthresh (float)

  • linscale (float)

Return type:

None