by CERN

Advanced graphical user interface for particle simulation programs
◀ Previous   △ Index   Next ▶

F5.2.6} Terminals

   set terminal XXX [ size {int:x},{int:y} ] [ [no]crop ]
                    [ tiny | small | medium | large | giant ]
                    [ font [ {str:name} [ {int:size} ] ]
                    | [ "{str:path} [, {int:size} ]" ] ]
                    [ [no]enhanced ]
                    [ rounded | butt ]
                    [ {color0} {color1} {color2} ...]

   set terminal gif ...  [ [no]transparent ] [ animate [delay {int:time}] ]
   set terminal png ...  [ [no]transparent ] [ [no]interlace ]
                         [ [no]truecolor ]
   set terminal jpeg ... [ [no]interlace ]

   set terminal postscript [ landscape | portrait | eps ]
                           [ color | mono ] [ blacktext | colortext ]
                           [ simplex | duplex | defaultplex ]
                           [ size {flt:x}[in|cm], {flt:y}[in|cm] ]
                           [ [font] "{str:name}" [ {int:size} ] ]
                           [ [no]enhanced ]
                           [ solid | dashed ]
                           [ linewidth | lw {flt:factor} ]
                           [ dashlength | dl {flt:factor} ]
                           [ rounded | butt ]

    set terminal postscript [ fontfile [add|delete] "{str:filename}"
                            | nofontfiles ]

    set terminal epslatex [ standalone | input ]
                          [  header "{str:header}" | noheader ]
                          [  color | mono ] [ blacktext | colortext ]
                          [  size {flt:x}[in|cm], {flt:y}[in|cm] ]
                          [  [font] "{str:latexfont}" [ {int:size} ] ]
                          [  solid | dashed ]
                          [  linewidth | lw {flt:factor} ]
                          [  dashlength | dl {flt:factor} ]
                          [  rounded | butt ]

    set terminal wxt [ {int:winid} ] [ title "{str:title}" ]
                     [ [no]enhanced ]
                     [ font "{str:name} [,{int:size}]" ]
                     [ [no]persist ] [ [no]raise ] [ [no]ctrl ]
    set terminal wxt {int:winid} close

    set terminal x11 [ {int:winid} ] [ title "{str:title}" ]
                     [ [no]enhanced ]
                     [ font "{str:fontspec}" ]
                     [ [no]persist ] [ [no]raise ] [ [no]ctrlq ]
                     [ solid | dashed ]
    set terminal x11 [ {int:winid} ] close
    set terminal aqua [ {int:winid} ] [ title "{str:title}" ]
                      [  size {int:x} {int:y} ]
                      [  [no]enhanced ]
                      [  font "{str:name} [,{int:size}]" ]
                      [  solid | dashed ] [ dl {flt:dashlength} ]

     set terminal svg [ size {int:x},{int:y} [ fixed | dynamic ] ]
                      [ font "{str:name} [, {int:size} ]" ]
                      [ fontfile "{str:filename}" ]
                      [ [no]enhanced ]
                      [ rounded|butt ] [ linewidth {flt:factor} ]

◀ Previous   △ Index   Next ▶