|
From: Tait <gnu...@t4...> - 2014-07-05 03:41:29
|
> ... the data file contains 16k lines with one column and it looks like > > 2032099 > 1688270 > 139926 > 96404 > 113337 > 1307914 > ... > ... > > So I want to "set logscale x 2" but the default behavior doesn't show 2032099 But in your example, these are your y-values, not your x-values, so a logscale on x would seem to be putting the wrong scaling on both axes. |