mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
Add plot of airports
This commit is contained in:
parent
7f3da76924
commit
dee70a6163
1 changed files with 13 additions and 0 deletions
13
utils/plot-airports.gnuplot
Normal file
13
utils/plot-airports.gnuplot
Normal file
|
@ -0,0 +1,13 @@
|
|||
set datafile separator comma
|
||||
set key autotitle columnheader
|
||||
set xrange [-180:180]
|
||||
set yrange [-90:90]
|
||||
set grid
|
||||
set size ratio -1
|
||||
set xlabel "Latitude"
|
||||
set ylabel "Longitude"
|
||||
|
||||
set term pdfcairo font "Nexus,12" size 20cm,10cm
|
||||
set output 'airports.pdf'
|
||||
|
||||
plot '../data/ground-stations/airports.csv' using 3:2
|
Loading…
Add table
Add a link
Reference in a new issue