cherab.nagdis.inversion.plot_rtb_gridΒΆ

cherab.nagdis.inversion.plot_rtb_grid(rtb: RayTransferBox, is_plot_axis: bool = True, **kwargs) tuple[Figure, SubplotGrid]SourceΒΆ

Plot the grid of the RayTransferBox object.

Parameters:
rtb: RayTransferBoxΒΆ

RayTransferBox object.

is_plot_axis: bool = TrueΒΆ

Whether to plot grids along the x and z axes, by default True.

**kwargsΒΆ

Additional keyword arguments for the matplotlib plot function.

Returns:

Raises:

TypeError – If rtb is not a RayTransferBox object.