Page 1 of 1

xyline chart with 4 series

Posted: Wed Dec 22, 2010 8:26 am
by javiersan
Hello,

I want to plot an XY chart for 2 pairs of series, say serY1 serX1 and serY2 serX2.

The following don't work (i.e. three series are plotted instead of the 2 pairs):
xyline serY1 serX1 serY2 serX2

or
group grp1 serx1 sery1
group grp2 serx2 sery2
xyline grp1 grp2

Is there a way of doing this?

Thanks,

Javier

Re: xyline chart with 4 series

Posted: Wed Dec 22, 2010 11:34 am
by EViews Pamela
xyline(mult = p) serY1 serX1 serY2 serX2

Pamela

Re: xyline chart with 4 series

Posted: Thu Dec 23, 2010 2:40 am
by javiersan
Actually, what I was looking for is solved by xypair.

Thanks,

Javier