|
From: theozh <th...@gm...> - 2018-02-10 21:16:00
|
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 |