Often outliers are present in data set.
gnuplot uses the minimum and the maximum of the data for autoscaling.
But any ideas how to make the scaling robust against outliers? I'm thinking about bind and a function that computes quantiles/percentiles.
array DATA[1000]
do for [i=1:1000] {DATA[i]=invnorm(rand(0))}
DATA[42] = 1e7
pl DATA pt 7
pl [][-4:4] DATA pt 7

After a lot of interactive zooming or manual adjusting of the plot range:
