Page 1 of 1

Alignment Issue When Copying Chart in Eviews 9

Posted: Tue Jul 07, 2015 10:42 am
by KUN0
If I make a two-panel chart and then copy it to another workfile, I lose the alignments I set. In the example below, "chartindaily" and "chartunstruct" are different.


wfcreate(wf ="New", page = "Daily") d5 2000 2020
pagecreate(page=charts) U 100
pageselect daily
series test1=5
series test2=3
smpl 2005 2015
graph cht1.line test1
graph cht2.line test2

graph chartindaily.merge cht1 cht2
chartindaily.align(1,0,0.0)

copy daily\chartindaily charts\chartunstruct

Re: Alignment Issue When Copying Chart in Eviews 9

Posted: Tue Jul 07, 2015 3:41 pm
by EViews Jason
It will be fixed in the next patch