Changeset 147 for docs/trunk/omega-test-slides/inequality-equality.gnu
- 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
- File:
-
- 1 edited
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
Note:
See TracChangeset
for help on using the changeset viewer.