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
alphaarray supplied to make this object. The alpha value corresponds toalpha[m].kwargs – Keyword arguments into
desc/integrals/_bounce_utils.py::PiecewiseChebyshevSeries.plot1d.
- Returns:
fig, ax – Matplotlib (fig, ax) tuple.