mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-07 03:05:10 +03:00
5 lines
86 B
Gnuplot
Executable File
5 lines
86 B
Gnuplot
Executable File
#!/usr/bin/gnuplot
|
|
|
|
plot 'coords' using 1:5 with lines title columnheader
|
|
pause mouse
|