|
From: Christoph B. <us...@be...> - 2011-10-22 11:24:49
|
On 22.10.2011 08:32 pl...@pi... wrote: > > My bottom line suggestion: > > gnuplot title is part of the final , terminal agnostic (possibly > printable) output. This is truly part of the graph and can not be > compromised by the user to fit in with something else. It is not > necessarily a good choice for other uses. In fact, probably isn't. > > set terminal svg name <svg title> changes to : ... svg title <svg > title> to avoid potentially confusing alternative names for same thing. > This will generally be much shorter than gnuplot's: set title <visible > plot title> . Help should explain that this is the document title and > that it does no appear in the graph. I agree with you, this looks like a good approach. This must be done separately for each terminal driver for which it makes sense (canvas, svg, postscript, pdfcairo etc). Christoph |