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

4.1.0.47 mif

The ‘mif‘ terminal driver produces Frame Maker MIF format version 3.00. It plots in MIF Frames with the size 15*10 cm, and plot primitives with the same pen will be grouped in the same MIF group. Plot primitives in a ‘gnuplot‘ page will be plotted in a MIF Frame, and several MIF Frames are collected in one large MIF Frame. The MIF font used for text is "Times".

Several options may be set in the MIF 3.00 driver.

Syntax:

      set terminal mif {color | colour | monochrome} {polyline | vectors}
                       {help | ?}

‘colour‘ plots lines with line types >= 0 in colour (MIF sep. 2–7) and ‘monochrome‘ plots all line types in black (MIF sep. 0). ‘polyline‘ plots curves as continuous curves and vectors plots curves as collections of vectors. help and ‘?‘ print online help on standard error output—both print a short description of the usage; help also lists the options.

Examples:

      set term mif colour polylines    # defaults
      set term mif                     # defaults
      set term mif vectors
      set term mif help"


This document was generated on November 19, 2011 using texi2html 5.0.

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