Skip to content
Snippets Groups Projects
Commit cceab1af authored by shamith2's avatar shamith2
Browse files

changed compare.py

parent b8ce0ebe
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ def compare_plots(hs_files, fmfn_files):
my_plt.plot(x1, y1, 'r')
my_plt.plot(x2, y2, 'b')
my_plt.axhline(y=-106.76)
my_plt.axhline(y=-106.76) # optima
my_plt.show()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment