Re: Can`t plot full range of the data file

theozh via gnuplot-info <[email protected]> Sun, 7 Apr 2024 12:06:26 +0200
Newsgroups gmane.comp.graphics.gnuplot.user
Message-ID <[email protected]>
I cannot reproduce your issue.
Maybe you have set a certain xrange earlier?

Either insert a line "reset session" at the beginning
or
change the plot command to

plot [*:*][*:*] "Well.txt"  using 1:2 with lines

Am 07.04.2024 um 11:40 schrieb igor:
> Sorry, that's not the issue.
>
> The issue is that the X range in the data is from 0 to 3.12, but in the plot it is much shorter (about from 0 to 1.9)!
> Please don't take into account these additional columns, there was the same story when they existed - I've mentioned that I've simplified everything what I could.
>
> Igor
>
> 07.04.2024 12:25, theozh via gnuplot-info пишет:
>> Your data file has only 2 columns.
>> So, how should gnuplot be able to plot columns 4 and 5?
>>
>>
>> _______________________________________________
>> gnuplot-info mailing list
>> [email protected]
>> Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info


_______________________________________________
gnuplot-info mailing list
[email protected]
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info