On Fri, 27 Feb 2015, Artur T. wrote:
Nothing has changed after the update to latest cvs. The gnuplot
version is
"gnuplot 4.6 patchlevel 1".
OK, now I see what's happening. Your gnuplot "literal block", {...},
includes "set xdata time", which changes the interpretation of the
values in the x column. But gretl has already written an x-range
specification into the plot file, and this is no longer valid after
the change of interpretation: the x-range is set to a window that
contains no data.
You can fix this by including "unset xrange;" in your literal block;
this will trash the specification that gretl set.
Allin
On 27.02.2015 17:25, Allin Cottrell wrote:
> On Fri, 27 Feb 2015, Artur T. wrote:
>
>> I am using the cvs from 2015-02-20 on linux. However, I am just compiling
>> the latest cvs, and let you know if the error remains.
>
> Ah, OK, thanks. If this is on Linux, can you tell me what the gnuplot
> version is? (gnuplot --version).
>
> Allin
>
>> On 27.02.2015 17:14, Allin Cottrell wrote:
>>> On Fri, 27 Feb 2015, Allin Cottrell wrote:
>>>
>>>> On Fri, 27 Feb 2015, Artur T. wrote:
>>>>
>>>>> I have a panel dataset and want to plot certain variables over time.
I
>>>>> constructed a time index applying: tindex = year*100 + month, and
hence
>>>>> I obtain for November 2014 something like "201411".
>>>>>
>>>>> Unfortunately, the x-axis is not correctly shown.