Page 1 of 1

programming a graph sample

Posted: Thu Jan 09, 2020 6:10 am
by miorinnovo
Is there a way to get the graph I programmed to show only the sample range I want?

I have this:

Code: Select all

'graph graph.line x1 x2
but it shows it with the full workfile sample.

thanks

Re: programming a graph sample

Posted: Thu Jan 09, 2020 8:01 am
by EViews Gareth
It shouldn't show the full sample:

Code: Select all

create u 100 series x1=nrnd series x2=nrnd smpl 80 100 graph graph.line x1 x2 show graph

Re: programming a graph sample

Posted: Fri Jan 10, 2020 7:55 am
by miorinnovo
Perfect, thanks.