1

我正在尝试使用 gnuplot 4.2 生成具有透明背景的 PNG。但是,背景显示为黑色而不是白色,并且在其他查看器中不透明。当我生成 jpeg、gif 或 emf 时,背景是白色的。我正在使用 Windows 7。

这是我使用的代码片段:

set terminal png size 600,600 transparent truecolor
set style data points
set xyplane at 000;
set output "image.png"
splot "data1.txt" using 1:3:5 title ""    
unset output

非常感谢您的任何建议。

4

0 回答 0