set label "utr +" at 5.120324 , 52.08137 right # Utrecht, The Netherlands set label "ham +" at 10.01534 , 53.57532 right # Hamburg, Germany set key set xrange [-5:21] set yrange [42:55] set tit "Trip to Germany, 27-30 OCT 2022 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, \ '2022-de-26.dat' t "2022 Germany" w l ls 4 |
set xrange [3:11] set yrange [50.5:54.5] set tit "Trip to Germany, 27-30 OCT 2022 with Chris DETAIL" replot |
set xrange [1:9] set yrange [50:54] set tit "Trip to Germany, 27-30 OCT 2022 with Chris DETAIL" replot |
unset label |