mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 10:45:16 +03:00
6 lines
125 B
Gnuplot
Executable File
6 lines
125 B
Gnuplot
Executable File
#!/usr/bin/gnuplot
|
|
|
|
set term jpeg size 1000,500
|
|
set output "error.jpg"
|
|
plot 'coords' using 1:6 with lines title columnheader
|