desc.integrals.Bounce2D.plot_theta

Bounce2D.plot_theta(l, m, **kwargs)Source

Plot θ on the specified field line.

Parameters:
  • l (int) – Index into the nodes of the grid supplied to make this object. The rho value corresponds to rho=grid.compress(grid.nodes[:,0])[l].

  • m (int) – Index into the alpha array supplied to make this object. The alpha value corresponds to alpha[m].

  • kwargs – Keyword arguments into desc/integrals/_bounce_utils.py::PiecewiseChebyshevSeries.plot1d.

Returns:

fig, ax – Matplotlib (fig, ax) tuple.