Dear all,
I have seen several examples of plotting transparent lines, using " lc rgb
"#AARRGGBB" ", in the internet. However, the recently installed gnuplot v4.7
(patchlevel 0) seems not to support this notation in my case. It doesn't
complain, however, the lines are not plotted transparent. I both failed to
reproduce this http://gnuplot.sourceforge.net/demo_4.7/rgba_lines.html
example and do my own plot. I tried to plot results both into .eps and .png
- both failed. The installation was done from CVS on linux.
Would anybody have any idea why the feature doesn't work?
Thank you very much in advance,
Iakov
--
View this message in context: http://gnuplot.10905.n7.nabble.com/Transparent-lines-RGB-alpha-channel-in-gnuplot-4-7-tp17321.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
From: Tatsuro M. <tma...@ya...> - 2013-05-09 01:47:39
--- On Mon, 2013/5/6, galakhad wrote:
> OK, I figured out, it depends on the terminal type. For pngcairo it works.
> Does anybody knows, whether it works for any terminal, allowing for .eps
> file generation?
Try epscairo terminal.
HTH
Tatsuro