sinta8


set terminal cgm {<mode>} {<color>} {<rotation>} {solid | dashed}
{width <plot_width>} {linewidth <line_width>}
{"<font>"} {<fontsize>}

set terminal cgm mode color rotation (solid dashed) width n linewidth n "font" fontisize n


mode landscape portrait default
color color monochrome
rotation rotate norotate
solid dashed
plot_width width of the page in points width n
line_width width in points linewidth n
font name of a font "Roman"
fontsize size of the font in points n


codici per width

# default
# same as above
# 10 cm wide

set terminal cgm width 432
set terminal cgm width 6*72
set terminal cgm width 10/2.54*72

codici per FONT

Arial
Arial Italic
Arial Bold
Arial Bold Italic
Times Roman
Times Roman Italic
Times Roman Bold
Times Roman Bold Italic
Helvetica
Roman


set terminal cgm landscape color rotate solid width 432 linewidth 1 "Arial Bold" 12


set terminal cgm portrait color norotate dashed width 6*72 linewidth 1 "Roman" 12

set terminal cgm default

set terminal cgm portrait monochrome rotate solid width 6*72 linewidth 1 "Arial Italic" 16

set terminal cgm rotate