Alignment Issue When Copying Chart in Eviews 9
Posted: Tue Jul 07, 2015 10:42 am
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
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