mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 18:55:20 +03:00
7 lines
143 B
Gnuplot
Executable File
7 lines
143 B
Gnuplot
Executable File
#!/usr/bin/gnuplot
|
|
|
|
#set term pdf
|
|
#set output "output.pdf"
|
|
plot for [col=2:4] 'coordlog' using 1:col with lines title columnheader
|
|
pause mouse
|