gcmotion.plot.magnetic_profile#

gcmotion.plot.magnetic_profile(entity: Tokamak | Profile | Particle, **kwargs)#

Plots a poloidal cut of the magnetic field strength and plasma current intensities.

Parameters:
entityTokamak, Profile, Particle

The object to plot the qfactor of.

Other Parameters:
spanlist, optional

The x-axis span, relative to \(\psi_{wall}\). Defaults to [0, 1.1].

units: {“NU”, “SI”}, optional

The Quantities’ units. Defaults to “NU”.

coord: {“psi”, “r”}, optional

Which variable to use as the polar coordinate. Defaults to “r”

grid_density: int, optional

The contour plots’ grid density. Defaults to 100.

levels: int, optional

The contour plots’ levels. Defaults to 20.