Skip to content

Commit

Permalink
move aixs behind plot
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisZonghaoLi committed Nov 9, 2023
1 parent 4ca2f62 commit 16a183b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/postproc2.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
plt.rcParams['lines.linewidth'] = 2
plt.rcParams["font.weight"] = "bold"
plt.rcParams["axes.labelweight"] = "bold"
plt.rcParams["axes.axisbelow"] = True
plt.rcParams["axes.axisbelow"] = False
plt.rc('axes', axisbelow=True)


Expand Down

0 comments on commit 16a183b

Please sign in to comment.