Skip to content

Commit

Permalink
Minor adjustments to plots
Browse files Browse the repository at this point in the history
  • Loading branch information
solliolli committed Aug 16, 2024
1 parent da162d0 commit 459e7e1
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/n_monitoring.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"end\n",
"\n",
"N = collect(1:N_max)\n",
"plot(N, mean(t1,dims=2), linestyle=:dash, xticks=N, yticks=[10.0^k for k in -3:3], xlabel=\"Number of decision nodes\", ylabel=\"solution time (s)\", yaxis=:log, label=\"v1.2.0\", color=palette(:tab10)[1], legend=:topleft)\n",
"plot(N, mean(t1,dims=2), linestyle=:dash, xticks=N, ylim=(1E-4,2E3), yticks=[10.0^k for k in -3:3], xlabel=\"Number of decision nodes\", ylabel=\"solution time (s)\", yaxis=:log, label=\"v1.2.0\", color=palette(:tab10)[1], legend=:topleft)\n",
"plot!(N, mean(t2,dims=2), linestyle=:dash, label=\"v1.2.0, SPU warmstart\", color=palette(:tab10)[2])\n",
"scatter!(N, mean(t1,dims=2), label=false, color=palette(:tab10)[1])\n",
"scatter!(N, mean(t2,dims=2), label=false, color=palette(:tab10)[2])\n",
Expand Down
Binary file modified experiments/nmonitoring.pdf
Binary file not shown.
Loading

0 comments on commit 459e7e1

Please sign in to comment.