You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plot "data/bestResults_torus.dat" u 3:7 t "Torus" ps 0.5, "data/bestResults_sphere.dat" u 3:7 t "Sphere" ps 0.5, 0.9069 t "2D flat"
unset logscale x
set xrange [2.8 :85]
set yrange [0.73:0.91]
set ylabel "Exact packing density"
set output "Sphere_vs_Literature.svg"
plot "data/literature_sphere.dat" u 1:3 t "Literature" pt 1 ps 0.5, "data/literature_sphere.dat" u 1:5 t "Literature (energy)" pt 1 ps 0.5,"data/bestResults_sphere.dat" u 3:6 t "this work" pt 2 ps 0.5, 0.9069 t "2D flat"