Hi,
when placing a colored label inside multiplot-mode, the color affects other labels in other plots.
In the attached example I see the following behavior (with cvs vesion):
cairolatex: the text of the xtics and ytics of the last plot are also in red
epslatex: the xlabel and ylabel of the first plot are in red.
When setting the label to 'front' the following happens:
cairolatex: colors are correct
epslatex: the xlabel and ylabel of the last plot are in red.
Using version 4.6.0 I see the following behavior:
label back
epslatex: ok
cairolatex: text in red: key of first plot, text of ytica and xtics of last plot, xlabel and ylabel of last plot
label front
epslatex: ok
cairolatex: key of last plot in red
Best regards,
Christoph
Example which shows the wrong text colors.
epslatex: Fixed for 4.7 and upcoming 4.6.2 (driver bug)
cairolatex: Fixed for 4.7
The cairolatex problem is external to the driver. I would like to give the fix a trial run in 4.7 before backporting to 4.6 since it is a change to the core code that may affect other terminals as well.
The fixed code works for me, thank you.
Christoph