cherab.nagdis.inversion.plot_rtb_cross_section_gridΒΆ

cherab.nagdis.inversion.plot_rtb_cross_section_grid(rtb: RayTransferBox, ax, **kwargs) AxesSourceΒΆ

Plot only the x-y cross-section grid lines of a RayTransferBox on a given axis.

Parameters:
rtb: RayTransferBoxΒΆ

RayTransferBox object.

axΒΆ

Axis object to draw the cross-section grid onto.

**kwargsΒΆ

Additional keyword arguments for the matplotlib plot function.

Returns:

Axes – Axis object with cross-section grid lines.

Raises:

TypeError – If rtb is not a RayTransferBox object.