- Timestamp:
- Dec 21, 2007, 10:59:17 PM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Moved some lines into the included helper, and fixed equality-1 to look like equality-2
- Location:
- docs/trunk/omega-test-slides
- Files:
-
- 3 edited
- equality-1.gnu (modified) (1 diff)
- equality-2.gnu (modified) (1 diff)
- gnuplot-settings.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/omega-test-slides/equality-1.gnu
r107 r110 3 3 set title "One Equation" 4 4 5 #3x - y + z = 30 6 splot 30 + y - 3*x title "{/*1.5 3x - y + z = 30}" ls 1 5 set parametric 6 7 set style fill transparent solid 0.5 noborder 8 set palette defined (0 'red',1 'red') 9 splot (30 + u - v)/3, u, v title "{/*1.5 x + y + 3z = 50}" with pm3d -
docs/trunk/omega-test-slides/equality-2.gnu
r108 r110 9 9 10 10 set multiplot 11 (削除) unset colorbox (削除ここまで)12 11 set parametric 13 12 unset key 14 (削除) set urange [0:20] (削除ここまで)15 (削除) set vrange [0:20] (削除ここまで)16 13 17 14 #3x - y + z = 30 -
docs/trunk/omega-test-slides/gnuplot-settings.inc
r108 r110 26 26 # The above is only for GNUplot >=4.2, so we use the old syntax instead: 27 27 set ticslevel 0 28 (追記) (追記ここまで) 29 (追記) set urange [0:20] (追記ここまで) 30 (追記) set vrange [0:20] (追記ここまで) 31 (追記) unset colorbox (追記ここまで) 32 (追記) set pm3d depthorder (追記ここまで)
Note:
See TracChangeset
for help on using the changeset viewer.