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

Diff for /OpenXM_contrib/gnuplot/term/Attic/be.trm between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/22 14:16:20 version 1.1.1.2, 2003/09/15 07:09:35
Line 427  START_HELP(be)
Line 427  START_HELP(be)
 "",  "",
 " A number of other `gnuplot` options are available for the `be` terminal.",  " A number of other `gnuplot` options are available for the `be` terminal.",
 " These may be specified either as command-line options when `gnuplot` is",  " These may be specified either as command-line options when `gnuplot` is",
 " invoked or as resources in the configuration file \"/.Xdefaults\".  They are",  " invoked or as resources in the configuration file \".Xdefaults\".  They are",
 " set upon initialization and cannot be altered during a `gnuplot` session.",  " set upon initialization and cannot be altered during a `gnuplot` session.",
 "2 command-line_options",  "2 command-line_options",
 "?commands set terminal be command-line-options",  "?commands set terminal be command-line-options",
Line 439  START_HELP(be)
Line 439  START_HELP(be)
 " on the command line when starting `gnuplot` or as resources in your",  " on the command line when starting `gnuplot` or as resources in your",
 " \".Xdefaults\" file:",  " \".Xdefaults\" file:",
 "@start table - first is interactive cleartext form",  "@start table - first is interactive cleartext form",
 "  `-clear`   requests that the window be cleared momentarily before a",  "  `-mono`        forces monochrome rendering on color displays.",
 "                         new plot is displayed.",  
 "  `-gray`        requests grayscale rendering on grayscale or color displays.",  "  `-gray`        requests grayscale rendering on grayscale or color displays.",
 "                         (Grayscale displays receive monochrome rendering by default.)",  "                         (Grayscale displays receive monochrome rendering by default.)",
 "  `-mono`        forces monochrome rendering on color displays.",  "  `-clear`   requests that the window be cleared momentarily before a",
 "  `-persist` plot windows survive after main gnuplot program exits",  "                         new plot is displayed.",
 "  `-raise`   raise plot window after each plot",  "  `-raise`   raises plot window after each plot",
 "  `-noraise` do not raise plot window after each plot",  "  `-noraise` does not raise plot window after each plot",
 "  `-tvtwm`   requests that geometry specifications for position of the",  "  `-persist` plots windows survive after main gnuplot program exits",
 "                         window be made relative to the currently displayed portion",  
 "                         of the virtual root.",  
 "#\\begin{tabular}{|cl|} \\hline",  "#\\begin{tabular}{|cl|} \\hline",
 "#`-mono`  & forces monochrome rendering on color displays.\\\\",  "#`-mono`  & forces monochrome rendering on color displays.\\\\",
 "#`-gray`  & requests grayscale rendering on grayscale or color displays.\\\\",  "#`-gray`  & requests grayscale rendering on grayscale or color displays.\\\\",
 "#                 & (Grayscale displays receive monochrome rendering by default.) \\\\",  "#                 & (Grayscale displays receive monochrome rendering by default.) \\\\",
 "#`-clear` & requests that the window be cleared momentarily before a\\\\",  "#`-clear` & requests that the window be cleared momentarily before a\\\\",
 "#                 & new plot is displayed. \\\\",  "#                 & new plot is displayed. \\\\",
 "#`-tvtwm` & requests that geometry specifications for position of the\\\\",  "#`-raise` & raises plot window after each plot. \\\\",
 "#                 & window be made relative to the currently displayed portion\\\\",  "#`-noraise` & does not raise plot window after each plot. \\\\",
 "#                 & of the virtual root. \\\\",  "#`-persist`&plots windows survive after main gnuplot program exits. \\\\",
 "#`-raise` & raise plot window after each plot. \\\\",  
 "#`-noraise` & do not raise plot window after each plot. \\\\",  
 "#`-persist`&plot windows survive after main gnuplot program exits. \\\\",  
 "%c l .",  "%c l .",
 "%`-mono`@forces monochrome rendering on color displays.",  "%`-mono`@forces monochrome rendering on color displays.",
 "%`-gray`@requests grayscale rendering on grayscale or color displays.",  "%`-gray`@requests grayscale rendering on grayscale or color displays.",
 "%           @(Grayscale displays receive monochrome rendering by default.)",  "%           @(Grayscale displays receive monochrome rendering by default.)",
 "%`-clear`@requests that the window be cleared momentarily before a",  "%`-clear`@requests that the window be cleared momentarily before a",
 "%                @new plot is displayed.",  "%                @new plot is displayed.",
 "%`-tvtwm`@requests that geometry specifications for position of the",  "%`-raise`@raises plot window after each plot",
 "%                @window be made relative to the currently displayed portion",  "%`-noraise`@does not raise plot window after each plot",
 "%                @of the virtual root.",  "%`-persist`@plots windows survive after main gnuplot program exits",
 "%`-raise`@raise plot window after each plot",  
 "%`-noraise`@do not raise plot window after each plot",  
 "%`-persist`@plot windows survive after main gnuplot program exits",  
 "@end table",  "@end table",
 " The options are shown above in their command-line syntax.  When entered as",  " The options are shown above in their command-line syntax.  When entered as",
 " resources in \".Xdefaults\", they require a different syntax.",  " resources in \".Xdefaults\", they require a different syntax.",
Line 487  START_HELP(be)
Line 478  START_HELP(be)
 " than 0 and less than or equal to ten) used as a scaling factor for point",  " than 0 and less than or equal to ten) used as a scaling factor for point",
 " sizes.  For example, `-pointsize 2` uses points twice the default size, and",  " sizes.  For example, `-pointsize 2` uses points twice the default size, and",
 " `-pointsize 0.5` uses points half the normal size.",  " `-pointsize 0.5` uses points half the normal size.",
 "2 monochome_options",  "2 monochrome_options",
 "?commands set terminal be monochrome_options",  "?commands set terminal be monochrome_options",
 "?set terminal be monochrome_options",  "?set terminal be monochrome_options",
 "?set term be monochrome_options",  "?set term be monochrome_options",

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

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