http://www.perlmonks.org?node_id=1000513


in reply to Re: Earthquakes in three dimensions
in thread Earthquakes in three dimensions

Untested advice: try changing
"splot '-' using 4:3:5\n"
to
"splot '-' using 4:3:5:1 with points pointsize variable\n"
or
"splot '-' using 4:3:5:(2*$1) with points pointsize variable\n"