Menu

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

Download this file

834 lines (756 with data), 16.5 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
%!PS-Adobe-2.0
%%Creator: dot version 1.7.7 (Tue Oct 28 09:26:31 CST 2003)
%%For: (jdhunter)
%%Title: G
%%Pages: (atend)
%%BoundingBox: 35 35 1324 467
%%EndComments
%%BeginProlog
save
/DotDict 200 dict def
DotDict begin
%%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 { } 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
% alignfactor tells what fraction to place on the left.
% -.5 is centered.
/alignedtext { % text labelwidth fontsz alignfactor
/alignfactor exch def
/fontsz exch def
/width exch def
/text exch def
gsave
% even if node or edge is dashed, don't paint text with dashes
[] 0 setdash
currentpoint newpath moveto
text stringwidth pop
alignfactor mul fontsz -.3 mul rmoveto
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
/layercolorseq
[ % layer color sequence - darkest to lightest
[0 0 0]
[.2 .8 .8]
[.4 .8 .8]
[.6 .8 .8]
[.8 .8 .8]
]
def
/setlayer {/maxlayer exch def /curlayer exch def
layercolorseq curlayer 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 1324 467
%%PageOrientation: Portrait
gsave
35 35 1289 432 boxprim clip newpath
36 36 translate
0 0 1 beginpage
0 0 translate 0 rotate
[ /CropBox [36 36 1324 467] /PAGES pdfmark
0.000 0.000 0.000 graphcolor
14.00 /Times-Roman set_font
% Axes
gsave 10 dict begin
661 311 32 22 ellipse_path
stroke
gsave 10 dict begin
661 320 moveto (axes) 24 14.00 -0.50 alignedtext
661 304 moveto ([Axes]) 37 14.00 -0.50 alignedtext
end grestore
end grestore
% AxesPatch
gsave 10 dict begin
236 213 41 22 ellipse_path
stroke
gsave 10 dict begin
236 222 moveto (axesPatch) 55 14.00 -0.50 alignedtext
236 206 moveto (Rectangle) 55 14.00 -0.50 alignedtext
end grestore
end grestore
% Axes -> AxesPatch
newpath 629 308 moveto
622 308 614 307 607 306 curveto
463 285 424 285 286 236 curveto
282 235 277 233 273 231 curveto
stroke
newpath 275 235 moveto
267 228 lineto
277 230 lineto
closepath
fill
% XAxis
gsave 10 dict begin
327 213 32 22 ellipse_path
stroke
gsave 10 dict begin
327 222 moveto (xaxis) 29 14.00 -0.50 alignedtext
327 206 moveto (XAxis) 36 14.00 -0.50 alignedtext
end grestore
end grestore
% Axes -> XAxis
newpath 629 307 moveto
626 307 622 307 619 306 curveto
506 283 475 280 368 236 curveto
366 235 363 234 361 232 curveto
stroke
newpath 360 234 moveto
352 228 lineto
362 230 lineto
closepath
fill
% YAxis
gsave 10 dict begin
409 213 32 22 ellipse_path
stroke
gsave 10 dict begin
409 222 moveto (yaxis) 29 14.00 -0.50 alignedtext
409 206 moveto (YAxis) 36 14.00 -0.50 alignedtext
end grestore
end grestore
% Axes -> YAxis
newpath 630 306 moveto
548 283 529 272 450 236 curveto
448 235 445 233 443 232 curveto
stroke
newpath 442 234 moveto
434 227 lineto
444 230 lineto
closepath
fill
% AxesTitle
gsave 10 dict begin
486 213 27 22 ellipse_path
stroke
gsave 10 dict begin
486 222 moveto (title) 21 14.00 -0.50 alignedtext
486 206 moveto (Text) 25 14.00 -0.50 alignedtext
end grestore
end grestore
% Axes -> AxesTitle
newpath 632 301 moveto
584 279 572 266 522 236 curveto
519 234 516 232 513 231 curveto
stroke
newpath 514 235 moveto
508 227 lineto
517 231 lineto
closepath
fill
% AxesLines
gsave 10 dict begin
570 213 39 22 ellipse_path
stroke
gsave 10 dict begin
570 222 moveto (lines) 26 14.00 -0.50 alignedtext
570 206 moveto ([Line2D]) 51 14.00 -0.50 alignedtext
end grestore
end grestore
% Axes -> AxesLines
newpath 643 292 moveto
637 285 629 277 622 270 curveto
613 260 604 250 595 240 curveto
stroke
newpath 594 242 moveto
589 233 lineto
597 239 lineto
closepath
fill
gsave 10 dict begin
643 263 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% AxesPatches
gsave 10 dict begin
661 213 34 22 ellipse_path
stroke
gsave 10 dict begin
661 222 moveto (patches) 41 14.00 -0.50 alignedtext
661 206 moveto ([Patch]) 40 14.00 -0.50 alignedtext
end grestore
end grestore
% Axes -> AxesPatches
newpath 661 288 moveto
661 275 661 259 661 245 curveto
stroke
newpath 659 246 moveto
661 236 lineto
664 246 lineto
closepath
fill
gsave 10 dict begin
679 263 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% AxesTexts
gsave 10 dict begin
744 213 31 22 ellipse_path
stroke
gsave 10 dict begin
744 222 moveto (texts) 26 14.00 -0.50 alignedtext
744 206 moveto ([Text]) 34 14.00 -0.50 alignedtext
end grestore
end grestore
% Axes -> AxesTexts
newpath 679 293 moveto
686 286 694 278 700 270 curveto
708 261 716 250 724 240 curveto
stroke
newpath 721 240 moveto
729 233 lineto
725 243 lineto
closepath
fill
gsave 10 dict begin
732 263 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% AxesTables
gsave 10 dict begin
827 213 34 22 ellipse_path
stroke
gsave 10 dict begin
827 222 moveto (tables) 32 14.00 -0.50 alignedtext
827 206 moveto ([Table]) 41 14.00 -0.50 alignedtext
end grestore
end grestore
% Axes -> AxesTables
newpath 689 300 moveto
693 296 696 292 704 288 curveto
725 277 733 281 753 270 curveto
770 261 787 248 800 237 curveto
stroke
newpath 798 236 moveto
807 231 lineto
801 239 lineto
closepath
fill
gsave 10 dict begin
794 263 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% Legend
gsave 10 dict begin
913 213 34 22 ellipse_path
stroke
gsave 10 dict begin
913 222 moveto (legend) 37 14.00 -0.50 alignedtext
913 206 moveto (Legend) 41 14.00 -0.50 alignedtext
end grestore
end grestore
% Axes -> Legend
newpath 691 302 moveto
699 297 701 292 712 288 curveto
734 279 794 277 815 270 curveto
840 261 864 246 883 234 curveto
stroke
newpath 880 233 moveto
890 230 lineto
883 237 lineto
closepath
fill
% AxesImages
gsave 10 dict begin
1015 213 50 22 ellipse_path
stroke
gsave 10 dict begin
1015 222 moveto (images) 39 14.00 -0.50 alignedtext
1015 206 moveto ([AxesImage]) 72 14.00 -0.50 alignedtext
end grestore
end grestore
% Axes -> AxesImages
newpath 691 303 moveto
700 297 703 291 714 288 curveto
736 281 742 286 764 284 curveto
852 273 873 264 956 236 curveto
961 234 966 232 971 230 curveto
stroke
newpath 967 229 moveto
977 228 lineto
968 234 lineto
closepath
fill
gsave 10 dict begin
918 263 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% AxesCollections
gsave 10 dict begin
1130 213 47 22 ellipse_path
stroke
gsave 10 dict begin
1130 222 moveto (collections) 60 14.00 -0.50 alignedtext
1130 206 moveto ([Collection]) 67 14.00 -0.50 alignedtext
end grestore
end grestore
% Axes -> AxesCollections
newpath 691 303 moveto
699 298 701 291 712 288 curveto
730 282 777 285 795 284 curveto
920 274 954 275 1074 236 curveto
1079 235 1084 233 1089 231 curveto
stroke
newpath 1085 230 moveto
1095 228 lineto
1087 235 lineto
closepath
fill
gsave 10 dict begin
1028 263 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% Xtick
gsave 10 dict begin
218 115 45 22 ellipse_path
stroke
gsave 10 dict begin
218 124 moveto (majorTicks) 63 14.00 -0.50 alignedtext
218 108 moveto ([Xtick]) 40 14.00 -0.50 alignedtext
end grestore
end grestore
% XAxis -> Xtick
newpath 307 195 moveto
290 180 266 158 247 141 curveto
stroke
newpath 246 143 moveto
240 135 lineto
249 140 lineto
closepath
fill
gsave 10 dict begin
399 165 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% MinorTicks
gsave 10 dict begin
327 115 46 22 ellipse_path
stroke
gsave 10 dict begin
327 124 moveto (minorTicks) 64 14.00 -0.50 alignedtext
327 108 moveto ([Xtick]) 40 14.00 -0.50 alignedtext
end grestore
end grestore
% XAxis -> MinorTicks
newpath 327 190 moveto
327 177 327 161 327 147 curveto
stroke
newpath 325 148 moveto
327 138 lineto
330 148 lineto
closepath
fill
gsave 10 dict begin
345 165 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% Xlabel
gsave 10 dict begin
418 115 27 22 ellipse_path
stroke
gsave 10 dict begin
418 124 moveto (label) 27 14.00 -0.50 alignedtext
418 108 moveto (Text) 25 14.00 -0.50 alignedtext
end grestore
end grestore
% XAxis -> Xlabel
newpath 345 194 moveto
352 187 359 179 366 172 curveto
376 161 387 150 396 140 curveto
stroke
newpath 394 139 moveto
402 133 lineto
397 142 lineto
closepath
fill
% LegendPatch
gsave 10 dict begin
816 115 48 22 ellipse_path
stroke
gsave 10 dict begin
816 124 moveto (legendPatch) 68 14.00 -0.50 alignedtext
816 108 moveto (Rectangle) 55 14.00 -0.50 alignedtext
end grestore
end grestore
% Legend -> LegendPatch
newpath 894 194 moveto
879 179 859 159 843 143 curveto
stroke
newpath 841 145 moveto
836 136 lineto
845 141 lineto
closepath
fill
% LegendTexts
gsave 10 dict begin
913 115 31 22 ellipse_path
stroke
gsave 10 dict begin
913 124 moveto (texts) 26 14.00 -0.50 alignedtext
913 108 moveto ([Text]) 34 14.00 -0.50 alignedtext
end grestore
end grestore
% Legend -> LegendTexts
newpath 913 190 moveto
913 177 913 161 913 147 curveto
stroke
newpath 911 148 moveto
913 138 lineto
916 148 lineto
closepath
fill
gsave 10 dict begin
931 165 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% LegendHandles
gsave 10 dict begin
1026 115 64 22 ellipse_path
stroke
gsave 10 dict begin
1026 124 moveto (handles) 42 14.00 -0.50 alignedtext
1026 108 moveto ([Line2D or Patch]) 101 14.00 -0.50 alignedtext
end grestore
end grestore
% Legend -> LegendHandles
newpath 934 195 moveto
951 180 975 159 995 142 curveto
stroke
newpath 993 141 moveto
1002 136 lineto
996 144 lineto
closepath
fill
gsave 10 dict begin
1011 165 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% Xtick1line
gsave 10 dict begin
38 31 38 22 ellipse_path
stroke
gsave 10 dict begin
38 40 moveto (tick1line) 49 14.00 -0.50 alignedtext
38 24 moveto (Line2D) 42 14.00 -0.50 alignedtext
end grestore
end grestore
% Xtick -> Xtick1line
newpath 180 103 moveto
141 88 102 67 74 52 curveto
stroke
newpath 73 54 moveto
65 47 lineto
75 50 lineto
closepath
fill
% Xtick2line
gsave 10 dict begin
132 31 38 22 ellipse_path
stroke
gsave 10 dict begin
132 40 moveto (tick2line) 49 14.00 -0.50 alignedtext
132 24 moveto (Line2D) 42 14.00 -0.50 alignedtext
end grestore
end grestore
% Xtick -> Xtick2line
newpath 197 95 moveto
185 83 171 69 158 57 curveto
stroke
newpath 157 59 moveto
152 50 lineto
160 56 lineto
closepath
fill
% Xlabel1
gsave 10 dict begin
218 31 30 22 ellipse_path
stroke
gsave 10 dict begin
218 40 moveto (label1) 34 14.00 -0.50 alignedtext
218 24 moveto (Text) 25 14.00 -0.50 alignedtext
end grestore
end grestore
% Xtick -> Xlabel1
newpath 218 92 moveto
218 83 218 73 218 64 curveto
stroke
newpath 216 64 moveto
218 54 lineto
221 64 lineto
closepath
fill
% Xlabel2
gsave 10 dict begin
296 31 30 22 ellipse_path
stroke
gsave 10 dict begin
296 40 moveto (label2) 34 14.00 -0.50 alignedtext
296 24 moveto (Text) 25 14.00 -0.50 alignedtext
end grestore
end grestore
% Xtick -> Xlabel2
newpath 237 94 moveto
248 82 261 68 272 56 curveto
stroke
newpath 270 54 moveto
279 49 lineto
274 58 lineto
closepath
fill
% Xgridline
gsave 10 dict begin
379 31 35 22 ellipse_path
stroke
gsave 10 dict begin
379 40 moveto (gridline) 43 14.00 -0.50 alignedtext
379 24 moveto (Line2D) 42 14.00 -0.50 alignedtext
end grestore
end grestore
% Xtick -> Xgridline
newpath 254 101 moveto
277 88 318 65 347 49 curveto
stroke
newpath 343 48 moveto
353 46 lineto
345 53 lineto
closepath
fill
% Figure
gsave 10 dict begin
939 404 28 18 ellipse_path
stroke
gsave 10 dict begin
939 405 moveto (Figure) 36 14.00 -0.50 alignedtext
end grestore
end grestore
% Figure -> Axes
newpath 911 400 moveto
911 400 910 400 910 400 curveto
815 381 789 377 702 334 curveto
700 333 697 331 695 330 curveto
stroke
newpath 694 332 moveto
686 325 lineto
696 328 lineto
closepath
fill
gsave 10 dict begin
804 361 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% FigureLines
gsave 10 dict begin
750 311 39 22 ellipse_path
stroke
gsave 10 dict begin
750 320 moveto (lines) 26 14.00 -0.50 alignedtext
750 304 moveto ([Line2D]) 51 14.00 -0.50 alignedtext
end grestore
end grestore
% Figure -> FigureLines
newpath 913 397 moveto
885 387 875 382 845 368 curveto
824 358 801 344 783 333 curveto
stroke
newpath 783 336 moveto
776 328 lineto
786 332 lineto
closepath
fill
gsave 10 dict begin
869 361 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% FigurePatches
gsave 10 dict begin
841 311 34 22 ellipse_path
stroke
gsave 10 dict begin
841 320 moveto (patches) 41 14.00 -0.50 alignedtext
841 304 moveto ([Patch]) 40 14.00 -0.50 alignedtext
end grestore
end grestore
% Figure -> FigurePatches
newpath 923 389 moveto
916 382 907 375 900 368 curveto
889 357 877 346 867 336 curveto
stroke
newpath 865 338 moveto
860 329 lineto
869 334 lineto
closepath
fill
gsave 10 dict begin
919 361 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% FigurePatch
gsave 10 dict begin
939 311 46 22 ellipse_path
stroke
gsave 10 dict begin
939 320 moveto (figurePatch) 64 14.00 -0.50 alignedtext
939 304 moveto ([Rectangle]) 65 14.00 -0.50 alignedtext
end grestore
end grestore
% Figure -> FigurePatch
newpath 939 386 moveto
939 374 939 358 939 344 curveto
stroke
newpath 937 344 moveto
939 334 lineto
942 344 lineto
closepath
fill
% FigureTexts
gsave 10 dict begin
1034 311 31 22 ellipse_path
stroke
gsave 10 dict begin
1034 320 moveto (texts) 26 14.00 -0.50 alignedtext
1034 304 moveto ([Text]) 34 14.00 -0.50 alignedtext
end grestore
end grestore
% Figure -> FigureTexts
newpath 955 389 moveto
970 374 992 353 1009 336 curveto
stroke
newpath 1007 335 moveto
1015 329 lineto
1010 338 lineto
closepath
fill
gsave 10 dict begin
1007 361 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% FigureImages
gsave 10 dict begin
1137 311 54 22 ellipse_path
stroke
gsave 10 dict begin
1137 320 moveto (images) 39 14.00 -0.50 alignedtext
1137 304 moveto ([FigureImage]) 80 14.00 -0.50 alignedtext
end grestore
end grestore
% Figure -> FigureImages
newpath 965 397 moveto
1014 378 1065 352 1098 333 curveto
stroke
newpath 1095 332 moveto
1105 329 lineto
1098 336 lineto
closepath
fill
gsave 10 dict begin
1076 361 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
% FigureLegend
gsave 10 dict begin
1248 311 39 22 ellipse_path
stroke
gsave 10 dict begin
1248 320 moveto (legends) 42 14.00 -0.50 alignedtext
1248 304 moveto ([Legend]) 51 14.00 -0.50 alignedtext
end grestore
end grestore
% Figure -> FigureLegend
newpath 967 400 moveto
967 400 968 400 969 400 curveto
1073 379 1100 373 1200 334 curveto
1204 333 1208 331 1212 329 curveto
stroke
newpath 1208 328 moveto
1218 326 lineto
1210 333 lineto
closepath
fill
gsave 10 dict begin
1168 361 moveto (0..n) 21 14.00 -0.50 alignedtext
end grestore
endpage
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.