NuSiF-Solver/EnhancedSolver/2D-mpi/surface.plot

8 lines
169 B
Gnuplot
Raw Permalink Normal View History

2024-07-27 02:19:56 +02:00
set terminal png size 1024,768 enhanced font ,12
set output 'p.png'
set datafile separator whitespace
set grid
set hidden3d
splot 'pressure.dat' using 1:2:3 with lines