[BACK]Return to mif.trm CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / term

Diff for /OpenXM_contrib/gnuplot/term/Attic/mif.trm between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2000/01/22 14:16:27 version 1.1.1.3, 2003/09/15 07:09:37
Line 137  static void mif_put_point __PROTO((unsigned int x, uns
Line 137  static void mif_put_point __PROTO((unsigned int x, uns
 /* Declared in ../setshow.c */  /* Declared in ../setshow.c */
 extern char term_options[];  extern char term_options[];
   
 /* From version.c */  
 extern char version[];  
 extern char patchlevel[];  
   
 static struct mif_line {        /* Line point structure specification */  static struct mif_line {        /* Line point structure specification */
     float fpos_x;               /* Line point X coordinate */      float fpos_x;               /* Line point X coordinate */
     float fpos_y;               /*            Y coordinate */      float fpos_y;               /*            Y coordinate */
Line 464  TERM_PUBLIC void MIF_init()
Line 460  TERM_PUBLIC void MIF_init()
 \t<Font <FTag `%s'><FFamily `Symbol'><FSize 5.0 pt><FPlain Yes>>\n\  \t<Font <FTag `%s'><FFamily `Symbol'><FSize 5.0 pt><FPlain Yes>>\n\
 >\n\  >\n\
 #\n",  #\n",
                 version, patchlevel,                  gnuplot_version, gnuplot_patchlevel,
                 zgnuplot, MIF_PSIZE,                  zgnuplot, MIF_PSIZE,
                 zgnuplotp,                  zgnuplotp,
                 zgnuplotd);                  zgnuplotd);
Line 881  START_HELP(mif)
Line 877  START_HELP(mif)
 " `polyline` plots curves as continuous curves and `vectors` plots curves as",  " `polyline` plots curves as continuous curves and `vectors` plots curves as",
 " collections of vectors.",  " collections of vectors.",
 " `help` and `?` print online help on standard error output---both print a",  " `help` and `?` print online help on standard error output---both print a",
 " short description of the usage; `help` also lists the options;",  " short description of the usage; `help` also lists the options.",
 "",  "",
 " Examples:",  " Examples:",
 "       set term mif colour polylines    # defaults",  "       set term mif colour polylines    # defaults",

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>