Page 1 of 1
dual axis graphing
Posted: Sun Apr 25, 2010 5:14 pm
by DvS
Why does the following code not generate dual axis graphing in EViews6
group g1 lienz1 emp
graph graph1.line g1
graph1.line (x)
Re: dual axis graphing
Posted: Sun Apr 25, 2010 5:47 pm
by EViews Gareth
At a quick glance it would appear that you have a space before the parenthesis.
Re: dual axis graphing
Posted: Mon Apr 26, 2010 10:26 pm
by DvS
Thanks for the reply. Indeed, i did have a space before the parenthesis. The spacing in the PDF Command Ref file is a bit deceptive.
Nevertheless, it doesn't appear to make a difference, still no dual axis.
Re: dual axis graphing
Posted: Tue Apr 27, 2010 8:07 am
by EViews Gareth
Code: Select all
create u 100
series lienz1 = rnd
series emp=100*rnd
group g1 lienz1 emp
graph graph1.line(x) g1
show graph1