|
From: Gilbert F. <gi...@er...> - 2016-04-22 14:01:26
|
Hello,
using the tikz terminal with today's gnuplot (csv) boxes created with
"set key box opaque" are white filled in my pdfs generated using
pdflatex, but not on printer output (tested on two devices).
Replacing
\gpfill{color=gpbgfillcolor}
(1.380,1.165)--(3.584,1.165)--(3.584,3.167)--(1.380,3.167)--cycle;
by
\draw [fill=gpbgfillcolor]
(1.380,1.165)--(3.584,1.165)--(3.584,3.167)--(1.380,3.167)--cycle;
fixes this issue.
best regards
Gilbert Forkel
|