|
set label "utr +" at 5.120324 , 52.08137 right # Utrecht, The Netherlands
set label "mun +" at 7.62571 , 51.96236 right # Munster, Germany
set label "ess +" at 7.01228 , 51.45657 right # Essen, Germany
set key
set xrange [-5:21]
set yrange [42:55]
set tit "Trip to Germany, Feb 28 - Mar 02 2023 with Chris"
plot 'europe-cil-3-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-3-10.dat' t "Borders" w l ls 1, \
'2023-de-27.dat' t "2023 Germany" w l ls 4
|
|
set xrange [3:11] set yrange [50.5:54.5] set tit "Trip to Germany, Feb 28 - Mar 02 2023 with Chris DETAIL" replot |
|
set xrange [1:9] set yrange [50:54] set tit "Trip to Germany, Feb 28 - Mar 02 2023 with Chris DETAIL" replot |
|
unset label |