NuSiF-Solver/PoissonSolver/2D-seq/surface.plot

8 lines
169 B
Gnuplot
Raw Permalink Normal View History

2023-02-05 07:34:23 +01:00
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