Changeset 149
- Timestamp:
- Dec 31, 2007, 4:48:37 PM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Changed the scalene inequalities to also have the new thick lines at their borders
- Location:
- docs/trunk/omega-test-slides
- Files:
-
- 2 edited
- 2d-gnuplot-settings.inc (modified) (1 diff)
- inequality-scalene.gnu (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/omega-test-slides/2d-gnuplot-settings.inc
r134 r149 15 15 set style line 3 lw 3 16 16 set style line 4 lw 3 17 (追記) set style line 5 lw 3 (追記ここまで) 18 (追記) set style line 6 lw 3 (追記ここまで) 17 19 18 20 set style fill transparent solid 0.5 noborder -
docs/trunk/omega-test-slides/inequality-scalene.gnu
r121 r149 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 … … 12 9 set output "inequality-scalene-1.png" 13 10 14 plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y <= 7 - 2x}" 11 plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y <= 7 - 2x}", \ 12 (7 - 2*x) with lines ls 1 title "" 15 13 16 14 set output "inequality-scalene-2.png" 17 15 18 16 plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y <= 7 - 2x}", \ 19 "inequality-scalene-points.inc" index 1 with filledcurves above y1=0 title "{/*1.5 y <= 1 + x}" 17 "inequality-scalene-points.inc" index 1 with filledcurves above y1=0 title "{/*1.5 y <= 1 + x}", \ 18 (7 - 2*x) with lines ls 1 title "", 1 + x with lines ls 2 title "" 20 19 21 20 set output "inequality-scalene-3.png" … … 23 22 plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y <= 7 - 2x}", \ 24 23 "inequality-scalene-points.inc" index 1 with filledcurves above y1=0 title "{/*1.5 y <= 1 + x}", \ 25 "inequality-scalene-points.inc" index 2 with filledcurves below y1=5 title "{/*1.5 2y >= 5 - x}" 24 "inequality-scalene-points.inc" index 2 with filledcurves below y1=5 title "{/*1.5 2y >= 5 - x}", \ 25 (7 - 2*x) with lines ls 1 title "", 1 + x with lines ls 2 title "", (5 - x)/2 with lines ls 3 title "" 26 26 27 27 # Now the eliminated versions: 28 28 29 29 set output "inequality-scalene-4.png" 30 plot 3 with filledcurves above y1=0 title "{/*1.5 y <= 3}" ls 4 30 plot 3 with filledcurves above y1=0 title "{/*1.5 y <= 3}" ls 4, \ 31 3 with lines ls 4 title "" 31 32 32 33 set output "inequality-scalene-5.png" 33 34 plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y <= 7 - 2x}" ls 1, \ 34 "inequality-scalene-points.inc" index 2 with filledcurves below y1=5 title "{/*1.5 2y >= 5 - x}" ls 3 35 "inequality-scalene-points.inc" index 2 with filledcurves below y1=5 title "{/*1.5 2y >= 5 - x}" ls 3, \ 36 (7 - 2*x) with lines ls 1 title "", (5 - x)/2 with lines ls 3 title "" 35 37 36 38 set output "inequality-scalene-6.png" 37 plot 1 with filledcurves below y1=5 title "{/*1.5 y >= 1}" ls 5 39 plot 1 with filledcurves below y1=5 title "{/*1.5 y >= 1}" ls 5, \ 40 1 with lines ls 5 title "" 38 41 39 42 set output "inequality-scalene-7.png" 40 plot 1 with filledcurves below y1=5 title "{/*1.5 y >= 1}" ls 5, 3 with filledcurves above y1=0 title "{/*1.5 y <= 3}" ls 4 43 plot 1 with filledcurves below y1=5 title "{/*1.5 y >= 1}" ls 5, 3 with filledcurves above y1=0 title "{/*1.5 y <= 3}" ls 4, \ 44 3 with lines ls 4 title "", 1 with lines ls 5 title ""
Note:
See TracChangeset
for help on using the changeset viewer.