Skip to content

Commit

Permalink
Fix bug in plot-tools (#3990)
Browse files Browse the repository at this point in the history
  • Loading branch information
1041176461 committed Apr 16, 2024
1 parent 9cfde82 commit f1d065a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/plot-tools/abacus_plot/dos.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def bandgap(cls, vb: namedtuple, cb: namedtuple):
return gap


class :
class DOSPlot:
"""Plot density of state(DOS)"""

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

0 comments on commit f1d065a

Please sign in to comment.