Changeset 120
- Timestamp:
- Dec 23, 2007, 1:41:31 PM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Added the missing data file of scalene points
- Location:
- docs/trunk/omega-test-slides
- Files:
-
- 1 added
- 1 edited
- inequality-scalene-points.inc (added)
- inequality-scalene.gnu (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/omega-test-slides/inequality-scalene.gnu
r119 r120 12 12 set output "inequality-scalene-1.png" 13 13 14 plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y (削除) > (削除ここまで)= 7 - 2x}"14 plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y (追記) < (追記ここまで)= 7 - 2x}" 15 15 16 16 set output "inequality-scalene-2.png" 17 17 18 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}"18 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}" 20 20 21 21 set output "inequality-scalene-3.png" 22 22 23 plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y (削除) > (削除ここまで)= 7 - 2x}", \24 "inequality-scalene-points.inc" index 1 with filledcurves above y1=0 title "{/*1.5 y (削除) > (削除ここまで)= 1 + x}", \23 plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y (追記) < (追記ここまで)= 7 - 2x}", \ 24 "inequality-scalene-points.inc" index 1 with filledcurves above y1=0 title "{/*1.5 y (追記) < (追記ここまで)= 1 + x}", \ 25 25 "inequality-scalene-points.inc" index 2 with filledcurves below y1=5 title "{/*1.5 2y >= 5 - x}" 26 (追記) (追記ここまで) 27 (追記) # Now the eliminated versions: (追記ここまで) 28 (追記) (追記ここまで) 29 (追記) set output "inequality-scalene-4.png" (追記ここまで) 30 (追記) (追記ここまで) 31 (追記) plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y <= 7 - 2x}", \ (追記ここまで) 32 (追記) "inequality-scalene-points.inc" index 1 with filledcurves above y1=0 title "{/*1.5 y <= 1 + x}", \ (追記ここまで) 33 (追記) "inequality-scalene-points.inc" index 2 with filledcurves below y1=3 title "{/*1.5 2y >= 5 - x}" (追記ここまで)
Note:
See TracChangeset
for help on using the changeset viewer.