|
From: Jian-Ming Z. <jm...@gm...> - 2014-03-28 11:15:33
|
Hi,
I plotted histograms using commands, for example,
set style histogram rowstacked
plot newhistogram "Label A", 'a' using 1, '' using 2, '' using 3, \
newhistogram "Label\nLong", 'b' using 1, '' using 2, '' using 3
The two labels show as follows.
Label
Label A Long
The label "Label Long" for the second histogram will overlap the
labels of the x axis.
How to align the two labels at the top to show them as follows?
Label A Label
Long
Thanks.
|