rotate an existing graph
Posted: Sun Sep 29, 2013 4:23 pm
EV8, 32bit, 2013-09-12 patch
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.
for the graph object gfdbbr1, by point and click, it can be rotated.
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!