Menu

[r830]: / trunk / users_guide / figures / containment.ps  Maximize  Restore  History

Download this file

1233 lines (1150 with data), 22.8 kB

   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
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
%!PS-Adobe-2.0
%%Creator: dot version 1.12 (Mon Oct 18 15:26:42 UTC 2004)
%%For: (jdhunter) John D. Hunter
%%Title: G
%%Pages: (atend)
%%BoundingBox: 35 35 1521 523
%%EndComments
save
%%BeginProlog
/DotDict 200 dict def
DotDict begin
/setupLatin1 {
mark
/EncodingVector 256 array def
EncodingVector 0
ISOLatin1Encoding 0 255 getinterval putinterval
EncodingVector
dup 306 /AE
dup 301 /Aacute
dup 302 /Acircumflex
dup 304 /Adieresis
dup 300 /Agrave
dup 305 /Aring
dup 303 /Atilde
dup 307 /Ccedilla
dup 311 /Eacute
dup 312 /Ecircumflex
dup 313 /Edieresis
dup 310 /Egrave
dup 315 /Iacute
dup 316 /Icircumflex
dup 317 /Idieresis
dup 314 /Igrave
dup 334 /Udieresis
dup 335 /Yacute
dup 376 /thorn
dup 337 /germandbls
dup 341 /aacute
dup 342 /acircumflex
dup 344 /adieresis
dup 346 /ae
dup 340 /agrave
dup 345 /aring
dup 347 /ccedilla
dup 351 /eacute
dup 352 /ecircumflex
dup 353 /edieresis
dup 350 /egrave
dup 355 /iacute
dup 356 /icircumflex
dup 357 /idieresis
dup 354 /igrave
dup 360 /dcroat
dup 361 /ntilde
dup 363 /oacute
dup 364 /ocircumflex
dup 366 /odieresis
dup 362 /ograve
dup 365 /otilde
dup 370 /oslash
dup 372 /uacute
dup 373 /ucircumflex
dup 374 /udieresis
dup 371 /ugrave
dup 375 /yacute
dup 377 /ydieresis
% Set up ISO Latin 1 character encoding
/starnetISO {
dup dup findfont dup length dict begin
{ 1 index /FID ne { def }{ pop pop } ifelse
} forall
/Encoding EncodingVector def
currentdict end definefont
} def
/Times-Roman starnetISO def
/Times-Italic starnetISO def
/Times-Bold starnetISO def
/Times-BoldItalic starnetISO def
/Helvetica starnetISO def
/Helvetica-Oblique starnetISO def
/Helvetica-Bold starnetISO def
/Helvetica-BoldOblique starnetISO def
/Courier starnetISO def
/Courier-Oblique starnetISO def
/Courier-Bold starnetISO def
/Courier-BoldOblique starnetISO def
cleartomark
} bind def
%%BeginResource: procset
/coord-font-family /Times-Roman def
/default-font-family /Times-Roman def
/coordfont coord-font-family findfont 8 scalefont def
/InvScaleFactor 1.0 def
/set_scale {
dup 1 exch div /InvScaleFactor exch def
dup scale
} bind def
% styles
/solid { [] 0 setdash } bind def
/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
/bold { 2 setlinewidth } bind def
/filled { } bind def
/unfilled { } bind def
/rounded { } bind def
/diagonals { } bind def
% hooks for setting color
/nodecolor { sethsbcolor } bind def
/edgecolor { sethsbcolor } bind def
/graphcolor { sethsbcolor } bind def
/nopcolor {pop pop pop} bind def
/beginpage { % i j npages
/npages exch def
/j exch def
/i exch def
/str 10 string def
npages 1 gt {
gsave
coordfont setfont
0 0 moveto
(\() show i str cvs show (,) show j str cvs show (\)) show
grestore
} if
} bind def
/set_font {
findfont exch
scalefont setfont
} def
% draw aligned label in bounding box aligned to current point
/alignedtext { % width adj text
/text exch def
/adj exch def
/width exch def
gsave
width 0 gt {
text stringwidth pop adj mul 0 rmoveto
} if
[] 0 setdash
text show
grestore
} def
/boxprim { % xcorner ycorner xsize ysize
4 2 roll
moveto
2 copy
exch 0 rlineto
0 exch rlineto
pop neg 0 rlineto
closepath
} bind def
/ellipse_path {
/ry exch def
/rx exch def
/y exch def
/x exch def
matrix currentmatrix
newpath
x y translate
rx ry scale
0 0 1 0 360 arc
setmatrix
} bind def
/endpage { showpage } bind def
/showpage { } def
/layercolorseq
[ % layer color sequence - darkest to lightest
[0 0 0]
[.2 .8 .8]
[.4 .8 .8]
[.6 .8 .8]
[.8 .8 .8]
]
def
/layerlen layercolorseq length def
/setlayer {/maxlayer exch def /curlayer exch def
layercolorseq curlayer 1 sub layerlen mod get
aload pop sethsbcolor
/nodecolor {nopcolor} def
/edgecolor {nopcolor} def
/graphcolor {nopcolor} def
} bind def
/onlayer { curlayer ne {invis} if } def
/onlayers {
/myupper exch def
/mylower exch def
curlayer mylower lt
curlayer myupper gt
or
{invis} if
} def
/curlayer 0 def
%%EndResource
%%EndProlog
%%BeginSetup
14 default-font-family set_font
1 setmiterlimit
% /arrowlength 10 def
% /arrowwidth 5 def
% make sure pdfmark is harmless for PS-interpreters other than Distiller
/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
% make '<<' and '>>' safe on PS Level 1 devices
/languagelevel where {pop languagelevel}{1} ifelse
2 lt {
userdict (<<) cvn ([) cvn load put
userdict (>>) cvn ([) cvn load put
} if
%%EndSetup
%%Page: 1 1
%%PageBoundingBox: 36 36 1521 523
%%PageOrientation: Portrait
gsave
35 35 1486 488 boxprim clip newpath
36 36 translate
0 0 1 beginpage
0 0 translate 0 rotate
0.000 0.000 0.000 graphcolor
14.00 /Times-Roman set_font
% Axes
gsave 10 dict begin
758 361 38 28 ellipse_path
stroke
gsave 10 dict begin
758 364 moveto 29 -0.5 (axes) alignedtext
758 348 moveto 43 -0.5 ([Axes]) alignedtext
end grestore
end grestore
% AxesPatch
gsave 10 dict begin
269 251 50 28 ellipse_path
stroke
gsave 10 dict begin
269 254 moveto 67 -0.5 (axesPatch) alignedtext
269 238 moveto 68 -0.5 (Rectangle) alignedtext
end grestore
end grestore
% Axes -> AxesPatch
newpath 720 359 moveto
717 359 714 358 711 358 curveto
539 337 492 339 328 280 curveto
324 278 320 277 316 275 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 317 271 moveto
306 271 lineto
314 278 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 317 271 moveto
306 271 lineto
314 278 lineto
closepath
stroke
end grestore
% XAxis
gsave 10 dict begin
375 251 38 28 ellipse_path
stroke
gsave 10 dict begin
375 254 moveto 35 -0.5 (xaxis) alignedtext
375 238 moveto 44 -0.5 (XAxis) alignedtext
end grestore
end grestore
% Axes -> XAxis
newpath 720 358 moveto
718 358 717 358 715 358 curveto
697 355 693 353 675 349 curveto
562 320 529 326 422 280 curveto
419 278 415 277 412 275 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 413 272 moveto
403 270 lineto
410 278 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 413 272 moveto
403 270 lineto
410 278 lineto
closepath
stroke
end grestore
% YAxis
gsave 10 dict begin
469 251 38 28 ellipse_path
stroke
gsave 10 dict begin
469 254 moveto 35 -0.5 (yaxis) alignedtext
469 238 moveto 44 -0.5 (YAxis) alignedtext
end grestore
end grestore
% Axes -> YAxis
newpath 720 358 moveto
626 336 604 323 516 280 curveto
513 279 510 277 507 275 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 508 272 moveto
498 270 lineto
505 278 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 508 272 moveto
498 270 lineto
505 278 lineto
closepath
stroke
end grestore
% AxesTitle
gsave 10 dict begin
557 251 32 28 ellipse_path
stroke
gsave 10 dict begin
557 254 moveto 25 -0.5 (title) alignedtext
557 238 moveto 31 -0.5 (Text) alignedtext
end grestore
end grestore
% Axes -> AxesTitle
newpath 721 353 moveto
668 332 653 314 598 280 curveto
596 279 593 277 590 275 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 592 272 moveto
582 269 lineto
588 278 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 592 272 moveto
582 269 lineto
588 278 lineto
closepath
stroke
end grestore
% AxesLines
gsave 10 dict begin
653 251 46 28 ellipse_path
stroke
gsave 10 dict begin
653 254 moveto 30 -0.5 (lines) alignedtext
653 238 moveto 60 -0.5 ([Line2D]) alignedtext
end grestore
end grestore
% Axes -> AxesLines
newpath 736 338 moveto
721 322 700 301 684 284 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 686 281 moveto
677 276 lineto
681 286 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 686 281 moveto
677 276 lineto
681 286 lineto
closepath
stroke
end grestore
gsave 10 dict begin
726 301 moveto 21 -0.5 (0..n) alignedtext
end grestore
% AxesPatches
gsave 10 dict begin
758 251 41 28 ellipse_path
stroke
gsave 10 dict begin
758 254 moveto 50 -0.5 (patches) alignedtext
758 238 moveto 46 -0.5 ([Patch]) alignedtext
end grestore
end grestore
% Axes -> AxesPatches
newpath 758 332 moveto
758 319 758 304 758 290 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 762 290 moveto
758 280 lineto
755 290 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 762 290 moveto
758 280 lineto
755 290 lineto
closepath
stroke
end grestore
gsave 10 dict begin
769 301 moveto 21 -0.5 (0..n) alignedtext
end grestore
% AxesTexts
gsave 10 dict begin
853 251 36 28 ellipse_path
stroke
gsave 10 dict begin
853 254 moveto 31 -0.5 (texts) alignedtext
853 238 moveto 39 -0.5 ([Text]) alignedtext
end grestore
end grestore
% Axes -> AxesTexts
newpath 779 337 moveto
793 321 811 300 826 283 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 829 285 moveto
833 275 lineto
824 280 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 829 285 moveto
833 275 lineto
824 280 lineto
closepath
stroke
end grestore
gsave 10 dict begin
824 301 moveto 21 -0.5 (0..n) alignedtext
end grestore
% AxesTables
gsave 10 dict begin
946 251 39 28 ellipse_path
stroke
gsave 10 dict begin
946 254 moveto 38 -0.5 (tables) alignedtext
946 238 moveto 46 -0.5 ([Table]) alignedtext
end grestore
end grestore
% Axes -> AxesTables
newpath 792 347 moveto
795 342 798 337 805 332 curveto
819 321 824 322 838 314 curveto
865 299 872 295 898 280 curveto
901 278 904 277 908 275 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 910 278 moveto
916 269 lineto
906 272 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 910 278 moveto
916 269 lineto
906 272 lineto
closepath
stroke
end grestore
gsave 10 dict begin
878 301 moveto 21 -0.5 (0..n) alignedtext
end grestore
% Legend
gsave 10 dict begin
1046 251 43 28 ellipse_path
stroke
gsave 10 dict begin
1046 254 moveto 54 -0.5 (legend_) alignedtext
1046 238 moveto 51 -0.5 (Legend) alignedtext
end grestore
end grestore
% Axes -> Legend
newpath 795 354 moveto
800 346 798 338 807 332 curveto
823 321 874 319 892 314 curveto
939 301 951 299 994 280 curveto
998 278 1001 277 1005 275 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 1007 278 moveto
1014 270 lineto
1004 272 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 1007 278 moveto
1014 270 lineto
1004 272 lineto
closepath
stroke
end grestore
% AxesImages
gsave 10 dict begin
1166 251 59 28 ellipse_path
stroke
gsave 10 dict begin
1166 254 moveto 47 -0.5 (images) alignedtext
1166 238 moveto 86 -0.5 ([AxesImage]) alignedtext
end grestore
end grestore
% Axes -> AxesImages
newpath 796 355 moveto
804 349 802 338 813 332 curveto
825 325 915 316 927 314 curveto
1004 300 1024 302 1098 280 curveto
1103 278 1108 276 1113 275 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 1115 278 moveto
1123 271 lineto
1112 271 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 1115 278 moveto
1123 271 lineto
1112 271 lineto
closepath
stroke
end grestore
gsave 10 dict begin
1034 301 moveto 21 -0.5 (0..n) alignedtext
end grestore
% AxesCollections
gsave 10 dict begin
1297 251 54 28 ellipse_path
stroke
gsave 10 dict begin
1297 254 moveto 70 -0.5 (collections) alignedtext
1297 238 moveto 76 -0.5 ([Collection]) alignedtext
end grestore
end grestore
% Axes -> AxesCollections
newpath 796 355 moveto
804 349 802 338 813 332 curveto
819 328 1042 314 1048 314 curveto
1131 303 1153 305 1234 280 curveto
1239 278 1243 277 1248 275 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 1249 278 moveto
1257 271 lineto
1246 272 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 1249 278 moveto
1257 271 lineto
1246 272 lineto
closepath
stroke
end grestore
gsave 10 dict begin
1173 301 moveto 21 -0.5 (0..n) alignedtext
end grestore
% Xtick
gsave 10 dict begin
247 141 55 28 ellipse_path
stroke
gsave 10 dict begin
247 144 moveto 78 -0.5 (majorTicks) alignedtext
247 128 moveto 46 -0.5 ([Xtick]) alignedtext
end grestore
end grestore
% XAxis -> Xtick
newpath 350 229 moveto
330 213 305 191 284 173 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 286 170 moveto
276 166 lineto
281 175 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 286 170 moveto
276 166 lineto
281 175 lineto
closepath
stroke
end grestore
gsave 10 dict begin
335 191 moveto 21 -0.5 (0..n) alignedtext
end grestore
% MinorTicks
gsave 10 dict begin
375 141 55 28 ellipse_path
stroke
gsave 10 dict begin
375 144 moveto 78 -0.5 (minorTicks) alignedtext
375 128 moveto 46 -0.5 ([Xtick]) alignedtext
end grestore
end grestore
% XAxis -> MinorTicks
newpath 375 222 moveto
375 209 375 194 375 180 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 379 180 moveto
375 170 lineto
372 180 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 379 180 moveto
375 170 lineto
372 180 lineto
closepath
stroke
end grestore
gsave 10 dict begin
386 191 moveto 21 -0.5 (0..n) alignedtext
end grestore
% Xlabel
gsave 10 dict begin
480 141 32 28 ellipse_path
stroke
gsave 10 dict begin
480 144 moveto 32 -0.5 (label) alignedtext
480 128 moveto 31 -0.5 (Text) alignedtext
end grestore
end grestore
% XAxis -> Xlabel
newpath 397 228 moveto
413 211 435 188 452 170 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 454 173 moveto
459 163 lineto
449 168 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 454 173 moveto
459 163 lineto
449 168 lineto
closepath
stroke
end grestore
% LegendPatch
gsave 10 dict begin
934 141 58 28 ellipse_path
stroke
gsave 10 dict begin
934 144 moveto 83 -0.5 (legendPatch) alignedtext
934 128 moveto 68 -0.5 (Rectangle) alignedtext
end grestore
end grestore
% Legend -> LegendPatch
newpath 1022 227 moveto
1006 211 985 191 967 174 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 970 172 moveto
960 167 lineto
965 177 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 970 172 moveto
960 167 lineto
965 177 lineto
closepath
stroke
end grestore
% LegendTexts
gsave 10 dict begin
1046 141 36 28 ellipse_path
stroke
gsave 10 dict begin
1046 144 moveto 31 -0.5 (texts) alignedtext
1046 128 moveto 39 -0.5 ([Text]) alignedtext
end grestore
end grestore
% Legend -> LegendTexts
newpath 1046 222 moveto
1046 209 1046 194 1046 180 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 1050 180 moveto
1046 170 lineto
1043 180 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 1050 180 moveto
1046 170 lineto
1043 180 lineto
closepath
stroke
end grestore
gsave 10 dict begin
1057 191 moveto 21 -0.5 (0..n) alignedtext
end grestore
% LegendHandles
gsave 10 dict begin
1177 141 77 28 ellipse_path
stroke
gsave 10 dict begin
1177 144 moveto 52 -0.5 (handles) alignedtext
1177 128 moveto 122 -0.5 ([Line2D or Patch]) alignedtext
end grestore
end grestore
% Legend -> LegendHandles
newpath 1073 228 moveto
1092 212 1117 191 1138 173 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 1140 176 moveto
1146 167 lineto
1136 170 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 1140 176 moveto
1146 167 lineto
1136 170 lineto
closepath
stroke
end grestore
gsave 10 dict begin
1130 191 moveto 21 -0.5 (0..n) alignedtext
end grestore
% Xtick1line
gsave 10 dict begin
43 45 43 28 ellipse_path
stroke
gsave 10 dict begin
43 48 moveto 54 -0.5 (tick1line) alignedtext
43 32 moveto 51 -0.5 (Line2D) alignedtext
end grestore
end grestore
% Xtick -> Xtick1line
newpath 196 129 moveto
157 114 142 99 95 74 curveto
92 72 88 70 85 68 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 86 65 moveto
76 63 lineto
83 71 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 86 65 moveto
76 63 lineto
83 71 lineto
closepath
stroke
end grestore
% Xtick2line
gsave 10 dict begin
149 45 45 28 ellipse_path
stroke
gsave 10 dict begin
149 48 moveto 58 -0.5 (tick2line) alignedtext
149 32 moveto 51 -0.5 (Line2D) alignedtext
end grestore
end grestore
% Xtick -> Xtick2line
newpath 221 116 moveto
208 103 194 89 181 76 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 183 73 moveto
173 69 lineto
178 78 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 183 73 moveto
173 69 lineto
178 78 lineto
closepath
stroke
end grestore
% Xlabel1
gsave 10 dict begin
247 45 35 28 ellipse_path
stroke
gsave 10 dict begin
247 48 moveto 37 -0.5 (label1) alignedtext
247 32 moveto 31 -0.5 (Text) alignedtext
end grestore
end grestore
% Xtick -> Xlabel1
newpath 247 112 moveto
247 103 247 94 247 84 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 251 84 moveto
247 74 lineto
244 84 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 251 84 moveto
247 74 lineto
244 84 lineto
closepath
stroke
end grestore
% Xlabel2
gsave 10 dict begin
336 45 36 28 ellipse_path
stroke
gsave 10 dict begin
336 48 moveto 40 -0.5 (label2) alignedtext
336 32 moveto 31 -0.5 (Text) alignedtext
end grestore
end grestore
% Xtick -> Xlabel2
newpath 271 115 moveto
282 103 295 88 307 76 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 310 78 moveto
314 68 lineto
305 73 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 310 78 moveto
314 68 lineto
305 73 lineto
closepath
stroke
end grestore
% Xgridline
gsave 10 dict begin
432 45 42 28 ellipse_path
stroke
gsave 10 dict begin
432 48 moveto 52 -0.5 (gridline) alignedtext
432 32 moveto 51 -0.5 (Line2D) alignedtext
end grestore
end grestore
% Xtick -> Xgridline
newpath 293 125 moveto
298 121 303 117 311 112 curveto
342 93 351 91 381 74 curveto
384 72 388 70 391 68 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 393 71 moveto
400 63 lineto
390 65 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 393 71 moveto
400 63 lineto
390 65 lineto
closepath
stroke
end grestore
% Figure
gsave 10 dict begin
1081 460 35 18 ellipse_path
stroke
gsave 10 dict begin
1081 455 moveto 44 -0.5 (Figure) alignedtext
end grestore
end grestore
% Figure -> Axes
newpath 1046 458 moveto
938 439 907 434 805 390 curveto
802 388 798 387 795 385 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 796 382 moveto
786 380 lineto
793 388 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 796 382 moveto
786 380 lineto
793 388 lineto
closepath
stroke
end grestore
gsave 10 dict begin
911 411 moveto 21 -0.5 (0..n) alignedtext
end grestore
% FigureLines
gsave 10 dict begin
860 361 46 28 ellipse_path
stroke
gsave 10 dict begin
860 364 moveto 30 -0.5 (lines) alignedtext
860 348 moveto 60 -0.5 ([Line2D]) alignedtext
end grestore
end grestore
% Figure -> FigureLines
newpath 1048 453 moveto
992 435 975 420 915 390 curveto
912 388 908 386 904 384 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 906 381 moveto
895 380 lineto
903 387 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 906 381 moveto
895 380 lineto
903 387 lineto
closepath
stroke
end grestore
gsave 10 dict begin
994 411 moveto 21 -0.5 (0..n) alignedtext
end grestore
% FigurePatches
gsave 10 dict begin
965 361 41 28 ellipse_path
stroke
gsave 10 dict begin
965 364 moveto 50 -0.5 (patches) alignedtext
965 348 moveto 46 -0.5 ([Patch]) alignedtext
end grestore
end grestore
% Figure -> FigurePatches
newpath 1063 445 moveto
1046 430 1020 408 999 390 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 1001 387 moveto
991 383 lineto
996 392 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 1001 387 moveto
991 383 lineto
996 392 lineto
closepath
stroke
end grestore
gsave 10 dict begin
1052 411 moveto 21 -0.5 (0..n) alignedtext
end grestore
% FigurePatch
gsave 10 dict begin
1081 361 57 28 ellipse_path
stroke
gsave 10 dict begin
1081 364 moveto 81 -0.5 (figurePatch) alignedtext
1081 348 moveto 76 -0.5 ([Rectangle]) alignedtext
end grestore
end grestore
% Figure -> FigurePatch
newpath 1081 442 moveto
1081 430 1081 415 1081 400 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 1085 400 moveto
1081 390 lineto
1078 400 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 1085 400 moveto
1081 390 lineto
1078 400 lineto
closepath
stroke
end grestore
% FigureTexts
gsave 10 dict begin
1192 361 36 28 ellipse_path
stroke
gsave 10 dict begin
1192 364 moveto 31 -0.5 (texts) alignedtext
1192 348 moveto 39 -0.5 ([Text]) alignedtext
end grestore
end grestore
% Figure -> FigureTexts
newpath 1099 444 moveto
1116 429 1140 407 1160 389 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 1163 391 moveto
1168 382 lineto
1158 386 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 1163 391 moveto
1168 382 lineto
1158 386 lineto
closepath
stroke
end grestore
gsave 10 dict begin
1149 411 moveto 21 -0.5 (0..n) alignedtext
end grestore
% FigureImages
gsave 10 dict begin
1310 361 64 28 ellipse_path
stroke
gsave 10 dict begin
1310 364 moveto 47 -0.5 (images) alignedtext
1310 348 moveto 95 -0.5 ([FigureImage]) alignedtext
end grestore
end grestore
% Figure -> FigureImages
newpath 1114 454 moveto
1168 436 1223 409 1262 389 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 1264 392 moveto
1271 384 lineto
1261 386 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 1264 392 moveto
1271 384 lineto
1261 386 lineto
closepath
stroke
end grestore
gsave 10 dict begin
1230 411 moveto 21 -0.5 (0..n) alignedtext
end grestore
% FigureLegend
gsave 10 dict begin
1438 361 46 28 ellipse_path
stroke
gsave 10 dict begin
1438 364 moveto 50 -0.5 (legends) alignedtext
1438 348 moveto 59 -0.5 ([Legend]) alignedtext
end grestore
end grestore
% Figure -> FigureLegend
newpath 1116 458 moveto
1235 439 1268 434 1383 390 curveto
1387 388 1391 387 1395 385 curveto
stroke
gsave 10 dict begin
solid
1 setlinewidth
0.000 0.000 0.000 edgecolor
newpath 1397 388 moveto
1404 380 lineto
1394 382 lineto
closepath
fill
0.000 0.000 0.000 edgecolor
newpath 1397 388 moveto
1404 380 lineto
1394 382 lineto
closepath
stroke
end grestore
gsave 10 dict begin
1341 411 moveto 21 -0.5 (0..n) alignedtext
end grestore
endpage
showpage
grestore
%%PageTrailer
%%EndPage: 1
%%Trailer
%%Pages: 1
end
restore
%%EOF
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.