How to plot project phonon dos with phonon bands?
I have a *dat file in the working directory containing data for projected phonon dos. I want to plot projected phonon dos alongside phonon band structure.
I tried with the -dos option but it gives total dos only.
How can I plot phonon band structure and projected phonon dos in one plot?
I think this is currently unsupported.
Some immediate problems with implementing such a feature would be:
- cramped, difficult-to-interpret spectrum
- complicated command-line arguments to control projections
I think at this point it is simplest to plot these separately and fix the sizes/ranges so that they align. It would be nice if the Python API was cleaned up to facilitate scripting that sort of thing, but it requires a bit more resource than the project currently has available...
Any thoughts @utf?