Branch Checkpoint

This commit is contained in:
indiano
2025-05-01 21:48:47 +02:00
parent 765883ab88
commit 5148069114
20 changed files with 755 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
set terminal png size 1024,768 enhanced font ,12
set output 'p.png'
set datafile separator whitespace
set grid
set hidden3d
splot 'p.dat' matrix using 1:2:3 with lines