idstools.view.edge_profiles¶
Module Contents¶
-
class idstools.view.edge_profiles.EdgeProfilesView(edge_profile_ids=
None)[source]¶ - edge_profiles_compute¶
-
view_electrons_density(ax, time_slice, show_separatrix=
False)[source]¶ The function view_electrons_density plots the electron density on a rectangular grid and adds a separatrix line.
- Parameters:¶
- ax¶
The parameter “ax” is an instance of the matplotlib Axes class. It represents the axes on which the electron density plot will be drawn.
- time_slice¶
The time_slice parameter represents the time slice at which the neutral density will be plotted. It is an optional parameter with a default value of 0. Defaults to 0
- Returns:¶
the pcolormesh object ‘c’.
-
view_ion_density(ax, time_slice, show_separatrix=
False)[source]¶ The function view_ion_density plots the ion density on a rectangular grid and adds a separatrix line.
- Parameters:¶
- ax¶
The parameter “ax” is an instance of the matplotlib Axes class. It represents the axes on which the ion density plot will be drawn.
- time_slice¶
The time_slice parameter represents the time slice at which the neutral density will be plotted. It is an optional parameter with a default value of 0. Defaults to 0
- Returns:¶
the pcolormesh object ‘c’.
- idstools.view.edge_profiles.logger¶