Changeset 145 for docs/trunk/omega-test-slides/equality-incon.gnu
- Timestamp:
- Dec 31, 2007, 2:31:45 PM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Rearranged the equality section so that the points appear to the right of square graphs (so it all fits on one slide)
- File:
-
- 1 edited
- docs/trunk/omega-test-slides/equality-incon.gnu (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/omega-test-slides/equality-incon.gnu
r136 r145 1 1 load "2d-gnuplot-settings.inc" 2 (追記) (追記ここまで) 3 (追記) set terminal png truecolor size 600,600 enhanced rounded font "FreeSansBold" 12 (追記ここまで) 2 4 3 5 set title "Inconsistent Equations" … … 7 9 plot "points-1-3.inc" with points title "" pt 1 ps 2 lt -1 8 10 9 set key (削除) bottom right (削除ここまで)11 set key (追記) at 4, 0.25 (追記ここまで) 10 12 11 plot ((2*x + 1)/3) title "3y = 2x + 1" ls 3 with lines, ((2*x + 2)/3) title "3y = 2x + 2" ls 4 with lines 13 plot ((2*x + 1)/3) title "{/*3 3y = 2x + 1}" ls 3 with lines 14 15 set key at 4, 0.65 16 17 plot ((2*x + 2)/3) title "{/*3 3y = 2x + 2}" ls 4 with lines
Note:
See TracChangeset
for help on using the changeset viewer.