def plot_dos(DataVasp, figsize=_default_figsize):
    """Plots density of states (states/unit-cell) against energy (eV).

    Args:
        DataVasp (DataVasp): instance of the :class:`DataVasp` class.