Added a plot for the exact 2D equation
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
load 'main.plt'
|
||||
set output 'exact.eps'
|
||||
|
||||
set yrange [0:1]
|
||||
set xrange [0:1]
|
||||
|
||||
set pm3d at b
|
||||
set ticslevel 0.08
|
||||
|
||||
set nokey
|
||||
|
||||
set isosample 40,40
|
||||
|
||||
splot (sin(x*pi) * cos(y*pi))**2
|
||||
Reference in New Issue
Block a user