Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonJansen96 committed May 4, 2021
1 parent a8d2315 commit 9affbc4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,10 @@ def plotlambda(plotBUF=False):
plt.ylabel(r"$\lambda$-coordinate")

plt.ticklabel_format(axis='x', style='sci', scilimits=(0, 3))

plt.legend()
plt.grid()

if (not fileName == ""):
plt.savefig("{0}.pdf".format(fileName))
os.system("pdfcrop {0}.pdf {0}.pdf".format(fileName))
else:
plt.show()
plt.show()

def glicphstates():
# EXPERIMENTAL DATA ON PROTONATION STATES AT VARIOUS PH ####################
Expand Down

0 comments on commit 9affbc4

Please sign in to comment.