next up previous contents
Next: Running command files Up: File I/O Previous: Saving data structures to

PostScript printing

 

tabular2989

The command writes a given structure as PostScript to a file. In the current version, the PostScript printing is implemented for graphic structures, graphic frames and fuzzy graphs.

Example:

...
NDA> mkgrp grp1 -s s1
# set graphic structure here
NDA> wrps -n grp1 -o exam.ps -w 500 -h 500 -fh 14
...
NDA> mkgf -gf frm1
NDA> addgf -gf frm1 -g grp1
NDA> setgfplc -gf frm1 -g grp1 -x0 0.3 -y 0.3 -x1 0.8 -y 0.8
NDA> wrps -n frm1 -o frm.ps
...
NDA> mkfz fz1 -f zn
# set fuzzy display
NDA> wrps -n fz1 -o fzexam.ps -w 500 -h 200 -fh 14
...



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