|
From: Thomas D. D. <to...@sp...> - 2015-07-11 06:50:33
|
I set terminal in ~/.gnuplot, which I changed
> cat ~/.gnuplot
set fontpath "/usr/share/fonts/X11/100dpi"
set terminal wxt font "helvB,12" enhanced
> gnuplot
...
G N U P L O T
Version 5.1 patchlevel 0 last modified 2015-07-08
...
terminal type is wxt 0 enhanced font "helvB024"
fontpath is "/usr/share/fonts/X11/100dpi"
system fontpath is "/usr/share/ghostscript/fonts"
Terminal type set to 'wxt'
gnuplot> load "transparent_solids.dem"
Works!.
And, the transparency is similar to qt.
Thanks.
Tom Dean
|