manpagez: man pages & more
info gnuplot
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.1.17 emf

The ‘emf‘ terminal generates an Enhanced Metafile Format file. This file format is recognized by many Windows applications.

Syntax:

      set terminal emf {color | monochrome} {solid | dashed}
                       {enhanced {noproportional}}
                       {rounded | butt}
                       {linewidth <LW>} {dashlength <DL>}
                       {size XX,YY} {background <rgb_color>}
                       {font "<fontname>{,<fontsize>}"}
                       {fontscale <scale>}

In ‘monochrome‘ mode successive line types cycle through dash patterns. In ‘color‘ mode successive line types use successive colors, and only after all 8 default colors are exhausted is the dash pattern incremented. ‘solid‘ draws all curves with solid lines, overriding any dashed patterns; ‘linewidth <factor>‘ multiplies all line widths by this factor. ‘dashlength <factor>‘ is useful for thick lines. <fontname> is the name of a font; and ‘<fontsize>‘ is the size of the font in points.

The nominal size of the output image defaults to 1024x768 in arbitrary units. You may specify a different nominal size using the size option.

Enhanced text mode tries to approximate proportional character spacing. If you are using a monospaced font, or don’t like the approximation, you can turn off this correction using the ‘noproportional‘ option.

The default settings are ‘color solid font "Arial,12" size 1024,768‘ Selecting ‘default‘ sets all options to their default values.

Examples:

      set terminal emf 'Times Roman Italic, 12'
      set terminal emf dashed    # otherwise all lines are solid"


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated on February 28, 2014 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.