fiesta.arepo.ArepoCubicGrid.plot_grid#
- ArepoCubicGrid.plot_grid(length_unit=None, ndensity_unit=Unit('1 / cm3'), log=False, mask_below=None, filaments=None, sinks=None, cmap='magma', save=None, **kwargs)[source]#
Plot the 3D number density grid. Recommended use is with
mask_belowparameter so that not all grid points are plotted. Can also plot filaments or AREPO sinks together!- Parameters:
length_unit (
Unit, optional) – The unit of length to use. IfNone(default), takes the valueu.pixifscale='pixel', elseu.cmifscale='physical'.ndensity_unit (
Unit, optional) – The unit of number density to use. Default value isu.cm**-3.log (
bool, optional) – IfTrue, the number density is plotted on a log-scale. IfFalse(default), it is plotted on a linear scale.mask_below (
floatorQuantity, optional) – The number density below which all grid points are omitted from the plot. This ensures only certain dense regions are plotted. Iffloat, then assumed to be inndensity_unitunits.filaments (list of
Filament’s) – List ofFilament’s to plot along with the grid. Requires the filaments to have the samescaleas the grid.sinks (
listoflist’s, optional) – List of sink positions to plot. Requires the grid to havescale='physical'.cmap (
strorColormap, optional) – Colormap of the plot. Default is'magma'.save (
str, optional) – File path to save the plot. IfNone(default), plot is not saved.**kwargs (dict, optional) – Additional matplotlib-based keyword arguments to control finer details of the plot.
- Returns: