Last change
on this file since 376 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
File size:
797 bytes
|
Rev | Line | |
---|
[2] | 1 | set terminal postscript eps color
|
---|
| 2 | set output "pareto.eps"
|
---|
| 3 | set format xy "%g"
|
---|
| 4 | set notitle
|
---|
| 5 | set xlabel "surface area"
|
---|
| 6 | set ylabel 'volume in liters'
|
---|
| 7 | set noautoscale
|
---|
| 8 | set xrange [0:400]
|
---|
| 9 | set yrange [0:400]
|
---|
| 10 | unset key
|
---|
| 11 | set parametric
|
---|
| 12 | set bmargin 3
|
---|
| 13 | set rmargin 0
|
---|
| 14 | set lmargin 8
|
---|
| 15 | set tmargin 0
|
---|
| 16 | #set size square
|
---|
| 17 | set style line 1 lt -1 lw 1 pt 1
|
---|
| 18 | set style line 2 lt 1 lw 2 pt 1
|
---|
| 19 | set style line 3 lt 3 lw 4 pt 1
|
---|
| 20 | set grid lw 5
|
---|
| 21 | set label "Pareto front" at 290,390 center tc lt 3
|
---|
| 22 | plot [0:2*pi] \
|
---|
| 23 | sin(t) * 100,400 - cos(t) * 100 ls 1, \
|
---|
| 24 | sin(t) * 150,400 - cos(t) * 150 ls 1, \
|
---|
| 25 | sin(t) * 200,400 - cos(t) * 200 ls 1, \
|
---|
| 26 | sin(t) * 250,400 - cos(t) * 250 ls 1, \
|
---|
| 27 | sin(t) * 285,400 - cos(t) * 285 ls 3, \
|
---|
| 28 | "test.dat" using 2:3 with points ls 2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.