Page 1 of 1

rotate an existing graph

Posted: Sun Sep 29, 2013 4:23 pm
by maxchen
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.

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!
for the graph object gfdbbr1, by point and click, it can be rotated.

Re: rotate an existing graph

Posted: Mon Sep 30, 2013 2:59 pm
by EViews Jason
We will get it fixed as soon as possible.