vibeqc.plot.dos_figure¶ vibeqc.plot.dos_figure(dos, *, ax=None, units='eV', shift_to_fermi=True, orientation='vertical', color='tab:orange', fill=True, title=None)[source]¶ Draw a density-of-states plot. orientation="horizontal" puts energy on the y-axis (so the figure can sit beside a band-structure panel). Parameters: dos (DensityOfStates) units (str) shift_to_fermi (bool) orientation (str) color (str) fill (bool) title (str | None)