|
From: Hans-Bernhard B. <br...@ph...> - 2006-01-26 14:41:22
|
Johannes Zellner wrote:
> how do I get multiline xtics?
>
> set xtics ("bla\nfred" 1)
>
> doesn't work.
Then you must be using a different gnuplot than I am (4.0.0 release
binary on Win32 for this test) --- because that quite definitely *does*
work. You have to remember to use "" quotes, not '' ones, though.
|