透明点图不起作用

时间:2018-01-11 13:34:59

标签: gnuplot transparency scatter-plot

我使用GNUPLOT绘制散点图数据。我的目标是用透明的视觉绘制它们。我在gnuplot的代码是:

set style fill transparent solid 0.3
pl "myfile.txt" fs solid 1.0 u 1:2 w p pt 7 ps 0.7

gnuplot不识别fs。
我该怎么办?

0 个答案:

没有答案