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

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

version 1.1.1.2, 2000/01/22 14:16:31 version 1.1.1.3, 2003/09/15 07:09:40
Line 713  START_HELP(x11)
Line 713  START_HELP(x11)
 "",  "",
 " A number of other `gnuplot` options are available for the `x11` terminal.",  " A number of other `gnuplot` options are available for the `x11` 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 x11 command-line-options",  "?commands set terminal x11 command-line-options",
Line 725  START_HELP(x11)
Line 725  START_HELP(x11)
 " 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.)",  "  `-clear`    requests that the window be cleared momentarily before a",
 "  `-mono`    forces monochrome rendering on color displays.",  "              new plot is displayed.",
 "  `-persist` plot windows survive after main gnuplot program exits",  "  `-tvtwm`    requests that geometry specifications for position of the",
 "  `-raise`   raise plot window after each plot",  "              window be made relative to the currently displayed portion",
 "  `-noraise` do not raise plot window after each plot",  "              of the virtual root.",
 "  `-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`  plot windows survive after main gnuplot program exits",
 "#\\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\\\\",  "#`-tvtwm`   & requests that geometry specifications for position of the\\\\",
 "#         & window be made relative to the currently displayed portion\\\\",  "#           & window be made relative to the currently displayed portion\\\\",
 "#         & of the virtual root. \\\\",  "#           & of the virtual root. \\\\",
 "#`-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. \\\\",
 "#`-persist`&plot windows survive after main gnuplot program exits. \\\\",  "#`-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.",
Line 757  START_HELP(x11)
Line 757  START_HELP(x11)
 "%`-tvtwm`@requests that geometry specifications for position of the",  "%`-tvtwm`@requests that geometry specifications for position of the",
 "%        @window be made relative to the currently displayed portion",  "%        @window be made relative to the currently displayed portion",
 "%        @of the virtual root.",  "%        @of the virtual root.",
 "%`-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",
 "%`-persist`@plot windows survive after main gnuplot program exits",  "%`-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",
Line 773  START_HELP(x11)
Line 773  START_HELP(x11)
 " 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 x11 monochrome_options",  "?commands set terminal x11 monochrome_options",
 "?set terminal x11 monochrome_options",  "?set terminal x11 monochrome_options",
 "?set term x11 monochrome_options",  "?set term x11 monochrome_options",

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

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