I use GNUPLOT to plot scatter-data. My aim is plotting them with transparent vision. My code at gnuplot is:
set style fill transparent solid 0.3
pl "myfile.txt" fs solid 1.0 u 1:2 w p pt 7 ps 0.7
The gnuplot does not recognize fs.
What should I do?