I'm trying to make a "density" type scatter plot, where each point is a transparent circle, so when they overlap it makes a density map. I'm doing this with a huge number of samples, so the transparency is very low, but this means it's impossible to see the key. Can I make the key's transparency different than the actual plots?
This is what I have:
if (!exists("outfile")) outfile='plot.pdf'
set terminal pdf enhanced size 8in, 4.8in
set output outfile
set style fill transparent solid 0.1 noborder
set style circle radius 0.03
plot sample1 u 1:2 w circles, sample2 u 1:2 w circles


help keyentry. - theozh