|
From: Daniel B. <dbo...@gm...> - 2018-02-10 21:29:50
|
On 10 February 2018 at 21:15, theozh <th...@gm...> wrote: > I also don't see how you can directly set a colored multiplot title and I > don't understand why it shouldn't be possible. > But maybe the following workaround is acceptable for you? > > > reset > set multiplot layout 2,2 margins 0.1,0.9,0.1,0.8 spacing screen 0.1 > set label 1 "Colored title" center tc rgb "red" font "Arial,20" at screen > 0.5,0.9 > plot x > unset label 1 > plot x**2 > plot x**3 > plot x**4 > unset mulitplot > Thanks, I'm sure that would be fine - but yeah, it would make more sense just to be able to colour the multiplot title that already exists. :) So it'll be good if that could be added in. For now, I used a different hack-around: the key title of the top plot serves as the overall title, then the other plots have no key titles (and the key elements manually shown at the bottom of the multiplot) Cheers, Daniel |