Skip to content

Commit 9b7df7d

Browse files
authored
Update dos.py
1 parent 2755221 commit 9b7df7d

File tree

1 file changed

+1
-1
lines changed
  • tools/plot-tools/abacus_plot

1 file changed

+1
-1
lines changed

tools/plot-tools/abacus_plot/dos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def bandgap(cls, vb: namedtuple, cb: namedtuple):
8989
return gap
9090

9191

92-
class :
92+
class DOSPlot:
9393
"""Plot density of state(DOS)"""
9494

9595
def __init__(self, fig: Figure = None, ax: axes.Axes = None, nspin: int = 1, **kwargs) -> None:

0 commit comments

Comments
 (0)