last version

This commit is contained in:
2025-05-19 09:23:22 +03:00
parent e898642af9
commit e2c465dd30
23 changed files with 1307 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/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