set terminal svg enhanced size 700,480 font 'Latin Modern Sans' set output 'Simulationsdaten-Faktor1.svg' set title font ',16' set style data lines set style line 5 lc 'black' linewidth 0.5 dashtype '.' set xlabel 'Dichte der Navigationsunterstützung' set xrange [1.05:-0.05] set xtics scale 0.0 0.1 set ylabel 'Anteil Agenten mit Umwegfaktor = 1' rotate set yrange [0.0:1.05] set ytics out nomirror set format xy '%2.1f' set grid ytics back ls 5 set border 3 set key on width -7.7 box set datafile separator ',' set title 'Anteil optimaler Navigation in verschiedenen Wegenetzen' plot 'scooterpark.csv' using 1:($2/100000) title 'Scooter-Park' with linespoints \ linewidth 2 linecolor 1 pointsize 1 pointtype 7 dashtype '.', \ 'gladbach-100m.csv' using 1:($2/100000) title 'Mönchengladbach, r = 100m' with linespoints \ linewidth 2 linecolor 5 pointsize 1 pointtype 5, \ 'gladbach-250m.csv' using 1:($2/100000) title 'Mönchengladbach, r = 250m' with linespoints \ linewidth 2 linecolor 4 pointsize 1 pointtype 9, \ 'gladbach-500m.csv' using 1:($2/1000) title 'Mönchengladbach, r = 500m' with linespoints \ linewidth 2 linecolor 3 pointsize 1 pointtype 11, \ 'gladbach-1000m.csv' using 1:($2/1000) title 'Mönchengladbach, r = 1km' with linespoints \ linewidth 2 linecolor 2 pointsize 1 pointtype 13, \ 'gladbach-2000m.csv' using 1:($2/50) title 'Mönchengladbach, r = 2km' with linespoints \ linewidth 2 linecolor 6 pointsize 1 pointtype 15