I have a large set of data points from x = 1 to x = 10e13 (step size is fixed to about 3e8). When I try to plot them using a logscale I certainly get an incredible huge point-density towards the end. Of course this affects my output plots since postscript and svg files (holding each and every data point) are getting really big.
Is there a way to tell gnuplot
to decrease the data density dynamically?
Sample data here. Shows a straight line using logarithmic x-axis.