Skip to content

Commit

Permalink
correct the plotter
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Nov 25, 2024
1 parent eb12e4d commit 3d2c9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion results_KO_GLC/fast_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def plotting_comparisons(c_solvers,cases, dict_times):

label1 = solver.replace("_CMD"," ")

ax1.set_title(f"Line {case}")
ax1.set_title(f"line {case}")

ax1.plot(instance, y, c="blue", marker = "*", linestyle= ":", alpha=0.5, label = f"{label1}")
ax1.scatter(instance, y, s=40, c=colors, marker = "*", alpha=0.25)
Expand Down

0 comments on commit 3d2c9d6

Please sign in to comment.