Added a plot for the exact 2D equation

This commit is contained in:
sm
2011-06-04 16:35:16 -06:00
parent 2eb8c42ae9
commit 8fb5d863d2
+14
View File
@@ -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