Changeset 147
- Timestamp:
- Dec 31, 2007, 4:31:38 PM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Changed the first set of inequality graphs to have their keys readable, and to have thick red and green lines delineating the inequalities
- Location:
- docs/trunk/omega-test-slides
- Files:
-
- 4 edited
- inequality-equality.gnu (modified) (1 diff)
- inequality-normal.gnu (modified) (1 diff)
- inequality-redundant.gnu (modified) (1 diff)
- inequality-unsolveable.gnu (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/omega-test-slides/inequality-equality.gnu
r119 r147 1 load " (削除) (削除ここまで)gnuplot-settings.inc"1 load "(追記) 2d- (追記ここまで)gnuplot-settings.inc" 2 2 3 set xrange [0:4] 4 set yrange [0:4] 3 set terminal png truecolor size 900,600 enhanced rounded font "FreeSansBold" 12 5 4 6 set style fill transparent solid 0.5 noborder 7 8 set key bottom left 5 set key top right outside 9 6 10 7 #The points are a hack to get the pattern fill to fill the whole of the rest of the graph 11 8 12 plot "-" with filledcurves below y1=5 title "{/*1.5 4y >= 15 - 5x}", "-" with filledcurves above y1=0 title "{/*1.5 4y <= 15 - 5x}", "-" with lines lw 3 title "{/*1.5 4y = 15 - 5x}" 9 plot "-" with filledcurves below y1=5 title "{/*1.5 4y >= 15 - 5x}", \ 10 "-" with filledcurves above y1=0 title "{/*1.5 4y <= 15 - 5x}", \ 11 "-" with lines lw 3 lc rgb "brown" title "{/*1.5 4y = 15 - 5x}" 13 12 0 3.75 14 13 3 0 -
docs/trunk/omega-test-slides/inequality-normal.gnu
r119 r147 1 load " (削除) (削除ここまで)gnuplot-settings.inc"1 load "(追記) 2d- (追記ここまで)gnuplot-settings.inc" 2 2 3 set xrange [0:4] 4 set yrange [0:4] 3 set terminal png truecolor size 900,600 enhanced rounded font "FreeSansBold" 12 5 4 6 set style fill transparent solid 0.5 noborder 7 8 set key bottom left 5 set key top right outside 9 6 10 7 #The points are a hack to get the pattern fill to fill the whole of the rest of the graph 11 8 12 plot "-" with filledcurves above y1=0 title "{/*1.5 4y <= 15 - 5x}", "-" with filledcurves below y1=5 title "{/*1.5 4y >= 10 - 5x}" 9 plot "-" with filledcurves above y1=0 title "{/*1.5 4y <= 15 - 5x}", \ 10 "-" with filledcurves below y1=5 title "{/*1.5 4y >= 10 - 5x}", \ 11 (15 - 5*x)/4 with lines ls 1 title "", \ 12 (10 - 5*x)/4 with lines ls 2 title "" 13 13 0 3.75 14 14 3 0 -
docs/trunk/omega-test-slides/inequality-redundant.gnu
r119 r147 1 load " (削除) (削除ここまで)gnuplot-settings.inc"1 load "(追記) 2d- (追記ここまで)gnuplot-settings.inc" 2 2 3 set xrange [0:4] 4 set yrange [0:4] 3 set terminal png truecolor size 900,600 enhanced rounded font "FreeSansBold" 12 5 4 6 set style fill transparent solid 0.5 noborder 7 8 set key bottom left 5 set key top right outside 9 6 10 7 #The points are a hack to get the pattern fill to fill the whole of the rest of the graph 11 8 12 plot "-" with filledcurves below y1=5 title "{/*1.5 4y >= 15 - 5x}", "-" with filledcurves below y1=5 title "{/*1.5 4y >= 10 - 5x}" 9 plot "-" with filledcurves below y1=5 title "{/*1.5 4y >= 15 - 5x}", \ 10 "-" with filledcurves below y1=5 title "{/*1.5 4y >= 10 - 5x}", \ 11 (15 - 5*x)/4 with lines ls 1 title "", \ 12 (10 - 5*x)/4 with lines ls 2 title "" 13 13 0 3.75 14 14 3 0 -
docs/trunk/omega-test-slides/inequality-unsolveable.gnu
r119 r147 1 load " (削除) (削除ここまで)gnuplot-settings.inc"1 load "(追記) 2d- (追記ここまで)gnuplot-settings.inc" 2 2 3 set xrange [0:4] 4 set yrange [0:4] 3 set terminal png truecolor size 900,600 enhanced rounded font "FreeSansBold" 12 5 4 6 set style fill transparent solid 0.5 noborder 7 8 set key bottom left 5 set key top right outside 9 6 10 7 #The points are a hack to get the pattern fill to fill the whole of the rest of the graph 11 8 12 plot "-" with filledcurves below y1=5 title "{/*1.5 4y >= 15 - 5x}", "-" with filledcurves above y1=0 title "{/*1.5 4y <= 10 - 5x}" 9 plot "-" with filledcurves below y1=5 title "{/*1.5 4y >= 15 - 5x}", \ 10 "-" with filledcurves above y1=0 title "{/*1.5 4y <= 10 - 5x}", \ 11 (15 - 5*x)/4 with lines ls 1 title "", \ 12 (10 - 5*x)/4 with lines ls 2 title "" 13 13 0 3.75 14 14 3 0
Note:
See TracChangeset
for help on using the changeset viewer.