in the following test code, data from http://www.eviews.com/Learning/AllTutorials.zip
copy a bar graph, and then rotate it, not work. however, newly create graphs do work.
Code: Select all
%pt = "Z:\2013\DL\EV8\Graphs\"
%wf = %pt + "Data.wf1"
wfopen %wf
pageselect Panel
smpl if date=2010
freeze(mode=overwrite, gfdbb) total_debt.bar
freeze(mode=overwrite, gfdbbrf) total_debt.bar(rotate)
graph gfdbbr.bar(rotate) total_debt
copy gfdbb gfdbbr1
gfdbbr1.bar(rotate) 'this does not rotate!
