plot_reference_densities

macro_lightning.plot.plot_reference_densities(mass: Sequence, label: bool = True)[source]

Plot Reference Density lines / constraints.

  • atomic density line

  • nuclear density line

  • black hole density line

Parameters
massSequence

Used in atomic_density(mass)

Returns
atom_lineLine2D

see plot_atomic_density_line

nuc_lineLine2D

see plot_nuclear_density_line

bh_lineLine2D

see plot_black_hole_line

Other Parameters
labelbool

whether to add the labels to the lines.