Gnuplot: plot with circles of a defined radius

Viewed 27205

I know on gnuplot you can plot some data with circles as the plot points:

plot 'data.txt' using 1:2 ls 1 with circles

How do I then set the size of the circles? I want to plot several sets of data but with different size circles for each data set.

2 Answers
Related