1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767
|
%%!PS-Adobe-3.0 EPSF-3.0
%%Title: (greek_gnuplot.eps)
%%Creator: gnuplot 4.0 patchlevel 0
%%CreationDate: Sat Jan 29 22:14:28 2005
%%BoundingBox: 72 72 252 180
%%EndComments
/Gpdict 100 dict def
Gpdict begin
/Color false def
/Dashed true def
/Gplinewidth 20.000 def
/hpt_ 100.000 def
/vpt_ 100.000 def
/hpt hpt_ def
/vpt vpt_ def
/Gppointsize_ 1 def
/Gplinewidth_ 1 def
/ArrowDict 25 dict def
/M /moveto load def
/L /lineto load def
/R /rmoveto load def
/V /rlineto load def
/N {newpath moveto} bind def
/f {rlineto fill} bind def
/ED { exch def} bind def
/Atan {/atan load stopped {pop pop 0} if } def
/Div {dup 0 eq { pop } { div } ifelse } def
/Pyth {dup mul exch dup mul add sqrt} def
%Sizes
/Gpsetlinewidth
{
dup
% /Gplinewidth_ ED %save
Gplinewidth mul setlinewidth
} def
/Gpsetpointsize
{
dup
/Gppointsize_ ED %save
dup
vpt_ mul /vpt ED
hpt_ mul /hpt ED
} def
%Color
/SetHsbColor { Color {sethsbcolor} {pop pop pop} ifelse } def
/SetCmykColor { Color {setcmykcolor} {pop pop pop pop} ifelse } def
/SimpleSetColor {6 div 1 1 SetHsbColor} def
/Black {0 0 0 0 SetCmykColor} def
/Red {0 SimpleSetColor} def
/Blue {1 1 0 0 SetCmykColor} def
/Cyan {1 0 0 0 SetCmykColor} def
/Magenta {0 1 0 0 SetCmykColor} def
%Stroking
/PathLength@ % z = z + sqrt{(x-xlast)^2 + (y-ylast)^2}
{
/z
z
y ylast sub
x xlast sub
Pyth
add
def
/ylast y def
/xlast x def
} def
/PathLength
{
flattenpath
/z 0 def
{ %move
/ystart ED
/xstart ED
/xlast xstart def
/ylast ystart def
}
{ %line
/y ED
/x ED
PathLength@
}
{ %curve
}
{ %close
/x xstart def
/y ystart def
PathLength@
}
/pathforall load
stopped {pop pop pop pop} if
z
} def
%dotsep DotLine
/DotLine
{
PathLength /b ED
/z ED
/y currentlinewidth def
/z y z add def
[ 0 b b z Div round Div dup 0 le { pop 1 } if] 0 setdash
1 setlinecap
} def
/DashLine
{
PathLength /b ED
/x ED
/y ED
/z y x add def
b y sub z Div round z mul y add b exch Div
dup
y mul /y ED
x mul /x ED
x 0 gt y 0 gt and
{ [ y x ] 0 }
{ [ 1 0 ] 0 }
ifelse
setdash
} def
/DashLineTwo
{
PathLength /b ED
/u ED
/v ED
/x ED
/y ED
/z y x add u add v add def
b y sub z Div round z mul y add b exch Div
dup
y mul /y ED
x mul /x ED
x 0 gt y 0 gt and
{ [ y x v u] 0 }
{ [ 1 0 ] 0 }
ifelse
setdash
} def
/DotLineStroke
{
gsave
Dashed {currentlinewidth 2 mul DotLine} if
stroke
grestore
} def
/SolidLineStroke
{
gsave
[] 0 setdash
stroke
grestore
} def
/DashLineStroke
{
gsave
Dashed {Gplinewidth 8 mul Gplinewidth 5 mul DashLine} if
stroke
grestore
} def
/DashDotLineStroke
{
gsave
Dashed {Gplinewidth 8 mul Gplinewidth 5 mul 0 Gplinewidth 5 mul DashLineTwo} if
stroke
grestore
} def
/DashShortLineStroke
{
gsave
Dashed {Gplinewidth 4 mul dup DashLine} if
stroke
grestore
} def
/ArrowHead
{
currentlinewidth mul add dup 2 div /w ED
mul dup /h ED
mul /a ED
w neg h moveto
0 0 L
w h L
w neg a neg rlineto
gsave fill grestore
} def
%/DrawArrowHead {1 dup scale 0.2 1.4 50 3 ArrowHead} def
%%%%%
%inset length dim num
%arrowwidth = dim + num*linewidth
%arrowlength = length*arrowwidth
%arrowinset = width * inset
/DrawArrowHead {0.2 1.4 Gplinewidth 3 mul 4 ArrowHead} def
/Arrow
{
currentpoint
4 2 roll
ArrowDict
begin
/@mtrx matrix currentmatrix def
gsave
2 copy translate
2 index sub neg exch
3 index sub exch Atan
rotate
newpath
DrawArrowHead
@mtrx setmatrix
currentpoint
grestore
end %ArrowDicht
lineto
Gpstroke
} def
%axis
/LTa
{
Gpstroke
newpath
0 setgray
/Gpstroke {DotLineStroke newpath} def
} def
%border
/LTb
{
Gpstroke
newpath
0 setgray
/Gpstroke {SolidLineStroke newpath} def
} def
/LT0
{
Gpstroke
newpath
Red
/Gpstroke {SolidLineStroke newpath} def
} def
/LT1
{
Gpstroke
newpath
Blue
/Gpstroke {DashLineStroke newpath} def
} def
/LT2
{
Gpstroke
newpath
Cyan
/Gpstroke {DashShortLineStroke newpath} def
} def
/LT3
{
Gpstroke
newpath
Magenta
/Gpstroke {DashDotLineStroke newpath} def
} def
/Pnt
{
gsave
[] 0 setdash
1 setlinecap
Gplinewidth Gppointsize_ mul setlinewidth
M
0 0 V
stroke
grestore
} def
/DiaPath
{
[] 0 setdash
Gplinewidth setlinewidth
2 copy
newpath
vpt add moveto
hpt neg vpt neg rlineto
hpt vpt neg rlineto
hpt vpt rlineto
hpt neg vpt rlineto
closepath
} def
/Dia
{
gsave
DiaPath
stroke
grestore
} def
/DaF
{
gsave
DiaPath
fill
grestore
} def
/Crc
{
gsave
[] 0 setdash
Gplinewidth setlinewidth
newpath
vpt 0.85 mul 0 360 arc
closepath
stroke
grestore
} def
/Crs
{
gsave
[] 0 setdash
Gplinewidth setlinewidth
0 setlinecap
newpath
vpt sub
moveto
0 vpt 2 mul rlineto
hpt vpt neg rmoveto
hpt 2 mul neg 0 rlineto
stroke
grestore
} def
/CrX
{
gsave
translate
45 rotate
0 0 Crs
grestore
} def
/CcF
{
gsave
[] 0 setdash
Gplinewidth setlinewidth
newpath
vpt 0.85 mul 0 360 arc
closepath
fill
grestore
} def
/Box
{
gsave
translate
45 rotate
0 0 DiaPath
stroke
grestore
} def
/BxF
{
gsave
translate
45 rotate
0 0 DiaPath
fill
grestore
} def
/Gpstroke {stroke} def
1 setlinecap
1 setlinejoin
%
% PostScript level 2 pattern fill definitions
% Ethan A Merritt April 2003
%
% Level-1 compatible emulation for rectfill
/RF { gsave newpath 4 -2 roll moveto dup 0 exch rlineto
exch 0 rlineto neg 0 exch rlineto closepath fill grestore
} bind def
/BoxFill { gsave RF fill grestore } def
/Blank { 0 0 M 0 8 L 8 8 L 8 0 L 0 0 L
1.0 setgray fill 0.0 setgray 0.5 setlinewidth } bind def
/Tile8x8 { /PaintType 1 def /PatternType 1 def /TilingType 1 def
/BBox [0 0 8 8] def /XStep 8 def /YStep 8 def
} bind def
/P1D 12 dict def P1D begin
Tile8x8 /PaintProc { Blank 0 0 M 8 8 L 0 8 M 8 0 L stroke } def
end P1D matrix makepattern
/Pattern1 exch def
/P2D 12 dict def P2D begin
Tile8x8 /PaintProc { Blank 0 0 M 8 8 L 0 8 M 8 0 L stroke
0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke } def
end P2D matrix makepattern
/Pattern2 exch def
/P3D 12 dict def P3D begin
Tile8x8 /PaintProc { Blank 0 0 M 0 8 L
8 8 L 8 0 L 0 0 L fill } def
end P3D matrix makepattern
/Pattern3 exch def
/P4D 12 dict def P4D begin
Tile8x8 /PaintProc { Blank -4 8 M 8 -4 L
0 12 M 12 0 L stroke } def
end P4D matrix makepattern
/Pattern4 exch def
/P5D 12 dict def P5D begin
Tile8x8 /PaintProc { Blank -4 0 M 8 12 L
0 -4 M 12 8 L stroke } def
end P5D matrix makepattern
/Pattern5 exch def
/P6D 12 dict def P6D begin
Tile8x8 /PaintProc { Blank -2 8 M 4 -4 L
0 12 M 8 -4 L 4 12 M 10 0 L stroke } def
end P6D matrix makepattern
/Pattern6 exch def
/P7D 12 dict def P7D begin
Tile8x8 /PaintProc { Blank -2 0 M 4 12 L
0 -4 M 8 12 L 4 -4 M 10 8 L stroke } def
end P7D matrix makepattern
/Pattern7 exch def
/P8D 12 dict def P8D begin
Tile8x8 /PaintProc { Blank 8 -2 M -4 4 L
12 0 M -4 8 L 12 4 M 0 10 L stroke } def
end P8D matrix makepattern
/Pattern8 exch def
/P9D 12 dict def P9D begin
Tile8x8 /PaintProc { Blank 0 -2 M 12 4 L
-4 0 M 12 8 L -4 4 M 8 10 L stroke } def
end P9D matrix makepattern
/Pattern9 exch def
end
%%%%EndProlog
Gpdict begin
gsave
72 72 translate
0.0200 0.0200 scale
0 setgray
newpath
1.000 Gpsetpointsize
1.000 Gpsetlinewidth
1.000 Gpsetlinewidth
LTb
2475 1650 M
300 0 V
Gpstroke
8175 1650 M
-300 0 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 1970 M
300 0 V
Gpstroke
8175 1970 M
-300 0 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 2290 M
300 0 V
Gpstroke
8175 2290 M
-300 0 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 2610 M
300 0 V
Gpstroke
8175 2610 M
-300 0 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 2930 M
300 0 V
Gpstroke
8175 2930 M
-300 0 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 3250 M
300 0 V
Gpstroke
8175 3250 M
-300 0 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 3570 M
300 0 V
Gpstroke
8175 3570 M
-300 0 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 3890 M
300 0 V
Gpstroke
8175 3890 M
-300 0 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 4210 M
300 0 V
Gpstroke
8175 4210 M
-300 0 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 4530 M
300 0 V
Gpstroke
8175 4530 M
-300 0 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 4850 M
300 0 V
Gpstroke
8175 4850 M
-300 0 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 1650 M
0 300 V
Gpstroke
2475 4850 M
0 -300 V
Gpstroke
1.000 Gpsetlinewidth
LTb
3108 1650 M
0 300 V
Gpstroke
3108 4850 M
0 -300 V
Gpstroke
1.000 Gpsetlinewidth
LTb
3742 1650 M
0 300 V
Gpstroke
3742 4850 M
0 -300 V
Gpstroke
1.000 Gpsetlinewidth
LTb
4375 1650 M
0 300 V
Gpstroke
4375 4850 M
0 -300 V
Gpstroke
1.000 Gpsetlinewidth
LTb
5008 1650 M
0 300 V
Gpstroke
5008 4850 M
0 -300 V
Gpstroke
1.000 Gpsetlinewidth
LTb
5642 1650 M
0 300 V
Gpstroke
5642 4850 M
0 -300 V
Gpstroke
1.000 Gpsetlinewidth
LTb
6275 1650 M
0 300 V
Gpstroke
6275 4850 M
0 -300 V
Gpstroke
1.000 Gpsetlinewidth
LTb
6908 1650 M
0 300 V
Gpstroke
6908 4850 M
0 -300 V
Gpstroke
1.000 Gpsetlinewidth
LTb
7542 1650 M
0 300 V
Gpstroke
7542 4850 M
0 -300 V
Gpstroke
1.000 Gpsetlinewidth
LTb
8175 1650 M
0 300 V
Gpstroke
8175 4850 M
0 -300 V
Gpstroke
1.000 Gpsetlinewidth
LTb
1.000 Gpsetlinewidth
LTb
2475 1650 M
5700 0 V
0 3200 V
-5700 0 V
0 -3200 V
Gpstroke
LTb
LTb
1.000 Gpsetpointsize
1.000 Gpsetlinewidth
LT0
LTb
LT0
6225 4275 M
1400 0 V
Gpstroke
2475 4818 M
58 -1 V
57 0 V
58 -1 V
57 0 V
58 -1 V
57 -1 V
58 0 V
58 -1 V
57 -1 V
58 -1 V
57 -1 V
58 0 V
57 -1 V
58 -1 V
58 -1 V
57 -1 V
58 -1 V
57 -1 V
58 -1 V
58 -1 V
57 -1 V
58 -1 V
57 -1 V
58 -1 V
57 -2 V
58 -1 V
58 -1 V
57 -2 V
58 -1 V
57 -1 V
58 -2 V
57 -2 V
58 -1 V
58 -2 V
57 -2 V
58 -2 V
57 -2 V
58 -2 V
57 -2 V
58 -2 V
58 -2 V
57 -3 V
58 -2 V
57 -3 V
58 -3 V
57 -3 V
58 -3 V
58 -3 V
57 -3 V
58 -4 V
57 -3 V
58 -4 V
58 -4 V
57 -4 V
58 -5 V
57 -5 V
58 -5 V
57 -5 V
58 -6 V
58 -6 V
57 -6 V
58 -7 V
57 -7 V
58 -8 V
57 -8 V
58 -9 V
58 -9 V
57 -11 V
58 -10 V
57 -12 V
58 -13 V
57 -13 V
58 -15 V
58 -16 V
57 -17 V
58 -19 V
57 -21 V
58 -22 V
57 -25 V
58 -27 V
58 -30 V
57 -34 V
58 -37 V
57 -42 V
58 -47 V
58 -52 V
57 -60 V
58 -68 V
57 -78 V
58 -90 V
57 -105 V
58 -122 V
58 -145 V
57 -172 V
58 -209 V
57 -255 V
58 -315 V
57 -398 V
58 -511 V
Gpstroke
1.000 Gpsetlinewidth
LTb
2475 1650 M
5700 0 V
0 3200 V
-5700 0 V
0 -3200 V
1.000 Gpsetpointsize
Gpstroke
grestore
end
showpage
%%%%EOF
|