Skip to content

Commit

Permalink
Add Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthak-dv committed Jun 28, 2024
1 parent b225c5b commit e80fc33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tardis/visualization/tools/interaction_radius_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ def _make_colorbar_colors(self):
Creates a list of colors corresponding to the species names.
"""
# the colours depends on the species present in the model and what's requested
# some species need to be shown in the same colour, so the exact colours have to be
# worked out

color_list = []
species_keys = list(self._species_mapped.keys())
num_species = len(species_keys)
Expand Down

0 comments on commit e80fc33

Please sign in to comment.