NuGrid / NuGridPy

Python tools to access and analyse NuGrid output data (including from MESA)
http://nugrid.github.io/NuGridPy
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

abu_chart plot labels #72

Open fherwig opened 5 years ago

fherwig commented 5 years ago

when doing abu_chart plots with large isotope_database_txt the element labels become unreadable. use element names optionally as y labels (Falk has this in notebook somewhere already implemented)

Samuel316 commented 5 years ago

Perhaps a new argument is needed that can either be True (by default), False, or a collection of the elements you wish to label on the plot?

abu_chart( ...element_names={True / False / ['Ne', 'K', 12, ...]} ...)