Context Navigation


Changeset 149


Ignore:
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

Legend:

Unmodified
Added
Removed
  • docs/trunk/omega-test-slides/2d-gnuplot-settings.inc

    r134 r149
    1515set style line 3 lw 3
    1616set style line 4 lw 3
    17(追記) set style line 5 lw 3 (追記ここまで)
    18(追記) set style line 6 lw 3 (追記ここまで)
    1719
    1820set style fill transparent solid 0.5 noborder
  • docs/trunk/omega-test-slides/inequality-scalene.gnu

    r121 r149
    1load "(削除) (削除ここまで)gnuplot-settings.inc"
    1load "(追記) 2d- (追記ここまで)gnuplot-settings.inc"
    22
    3set xrange [0:4]
    4set yrange [0:4]
    3set terminal png truecolor size 900,600 enhanced rounded font "FreeSansBold" 12
    54
    6set style fill transparent solid 0.5 noborder
    7
    8set key bottom left
    5set key top right outside
    96
    107#The points are a hack to get the pattern fill to fill the whole of the rest of the graph
    129set output "inequality-scalene-1.png"
    1310
    14plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y <= 7 - 2x}"
    11plot "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 ""
    1513
    1614set output "inequality-scalene-2.png"
    1715
    1816plot "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 ""
    2019
    2120set output "inequality-scalene-3.png"
    2322plot "inequality-scalene-points.inc" index 0 with filledcurves above y1=0 title "{/*1.5 y <= 7 - 2x}", \
    2423 "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 ""
    2626
    2727# Now the eliminated versions:
    2828
    2929set output "inequality-scalene-4.png"
    30plot 3 with filledcurves above y1=0 title "{/*1.5 y <= 3}" ls 4
    30plot 3 with filledcurves above y1=0 title "{/*1.5 y <= 3}" ls 4, \
    31 3 with lines ls 4 title ""
    3132
    3233set output "inequality-scalene-5.png"
    3334plot "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 ""
    3537
    3638set output "inequality-scalene-6.png"
    37plot 1 with filledcurves below y1=5 title "{/*1.5 y >= 1}" ls 5
    39plot 1 with filledcurves below y1=5 title "{/*1.5 y >= 1}" ls 5, \
    40 1 with lines ls 5 title ""
    3841
    3942set output "inequality-scalene-7.png"
    40plot 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
    43plot 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.

AltStyle によって変換されたページ (->オリジナル) /