|
From: Hans-Bernhard B. <br...@ph...> - 2004-11-18 11:36:03
|
On Tue, 16 Nov 2004, Daniel J Sebald wrote: > Here's an observation or two. I notice at the command line that the > help notice says > > [sebald@localhost ~]$ gnuplot --help > Usage: gnuplot [OPTION]... [FILE] > for X11 options see 'help X11->command-line-options' > > However, if one types "help X11" inside gnuplot, the subtopics do not > get listed. However, typing "help x11" does cause subtopics to be listed. Looks like incomplete help entries in the X11 alternative name for the x11 driver. I suggest changing the --help text to lower-case x11. > Also, the background of an X11 image doesn't come out as white unless I > explicitly launch gnuplot as > > [~]$ gnuplot -background white That would usually be the result of the X resources database containing a generic *background entry that sets the background to something else than white. SuSE linux does that, too, IIRC. You'll have to query xrdb to get all the fine details. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |