NPBentley / CASTEP_bands

A Python module for performing band structure manipulation and generating publication quality plots.
MIT License
1 stars 1 forks source link

plot_dos in spectral docstring #13

Open Inker2401 opened 1 month ago

Inker2401 commented 1 month ago

The plot_dos method for the Spectral class in Spectral.py requires a docstring analogous to what has been done for plot_bs.

We should in particular document the behaviour of the pdos_species keyword argument which behaves different in plot_bs and plot_dos (see issue #7)