|
From: Ethan A M. <eam...@gm...> - 2018-02-07 18:03:15
|
On Wednesday, 07 February 2018 17:26:33 Daniel Boles wrote:
> Another apparent bug is that, this time in both SVG and PNGcairo (and
> probably others), the key "title" does not obey the "textcolor" set in the
> key command (regardless of whether it comes before or after the "title"
> clause)
Please always show what version of gnuplot you are using and
provide an example of the command that fails.
I do not see this problem in current gnuplot (5.2.2).
I would not expect this sort of problem to depend on the terminal
type, but I confirmed that the following commands produce correct
key title color for qt, svg, and pngcairo.
set key title "TITLE" tc "blue"
plot for [i=1:5] i*x
> Therefore adding a title to the above sample results in it always being
> rendered in black, and thereby not visible when the black background is
> working properly.
If there is some separate interaction of the key title with
the background and mousing commands, you'll have to show a
particular command sequence that reproduces it. I don't see
any problem here even after setting the background to black.
cheers,
Ethan
|