I need to produce a scatter chart from a two-column comma-separated text file:
gnuplot> set style fill transparent solid .5 noborder
gnuplot> plot "corr.csv" using 0:1 with circles lc rgb "blue"
Here is the output:
However I want something like that:
I want to scale the circles up with the values in the x-axis.