def test_plot_dos4(self): gcf().clear() dosplot('files/kkr/kkr_run_dos_output/', units='eV_rel', nofig=True, allatoms=True, lm=list(range(1, 5))) return gcf()
def test_plot_dos2(self): gcf().clear() dosplot('files/kkr/kkr_run_dos_output/', units='eV_rel', nofig=True, allatoms=True, totonly=False) return gcf()
def test_plot_dos3(self): gcf().clear() dosplot('files/kkr/kkr_run_dos_output/', units='eV_rel', nofig=True, allatoms=True, filled=True, normalized=True, xyswitch=True, color='r') return gcf()
def test_plot_dos(self): gcf().clear() dosplot('files/kkr/kkr_run_dos_output/') return gcf()