next up previous contents
Next: Commands for working with Up: Graphic frames Previous: Adding a graphic structure

Setting the places of the graphic structures in frames

 

tabular2777

The command sets the place of the graphic structure related to a frame. The ranges of the frames are in tex2html_wrap_inline6564 .

Example (ex7.32): Two graphic structures are created. Then they are connected and located to a frame.

...
NDA> mkgrp grp1 -s som
...
NDA> mkgrp grp2 -s som
...
# create a frame and set it
NDA> mkgf -gf frm1
NDA> addgf -gf frm1 -g grp1
NDA> setgfplc -gf frm1 -g grp1 -x0 0.05 -y0 0.05 -x1 0.45 -y1 0.45
NDA> addgf -gf frm1 -g grp2
NDA> setgfplc -gf frm1 -g grp2 -x0 0.55 -y0 0.55 -x1 0.95 -y1 0.95
NDA> show frm1 -t frm

figure2785



Erkki Hakkinen
Thu Sep 24 11:51:34 EET DST 1998