Skip to content

Commit

Permalink
Fixing mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmorgan committed Nov 3, 2023
1 parent 5293ef9 commit b147989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vasppy/doscar.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def plot_pdos(
if labels:
ax.set_xlabel("Energy [eV]")
ax.axhline(y=0, c="lightgrey")
ax.axes.grid(False, axis="y")
ax.axes.grid(False, axis="y") # type: ignore

ax.tick_params(
axis="y", # changes apply to the y-axis
Expand Down

0 comments on commit b147989

Please sign in to comment.