uncommented plot

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@5239 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2011-03-25 22:19:26 +00:00
parent 90a04ef6d8
commit ed93e89916

View File

@ -30,7 +30,7 @@ def show_results(input_string):
plt.ylabel('GYPSUM SOLUBILITY, MOLES PER KILOGRAM WATER')
plt.xlabel('NaCl, MOLES PER KILOGRAM WATER')
plt.savefig("Figure2.png")
#plt.show()
plt.show()
if __name__ == '__main__':
# This will only run when called as script from the command line