Page 1 of 1

programming graphs

Posted: Wed Jul 13, 2016 9:44 am
by giobbe
Hi,
I am using Eviews 9.
I would like to edit manually program the size of the individual graphs contained in a merged graph object.
Eviews by default makes them all equally sized.
I have been able to alter individual graph sizes by using the menu driven commands:
by selecting each graph individually, selecting Graph Options, Frame & Size, Size and Indents and changing the Frame Size .
The resulting graph exported to png is cool.png, the starting point for my menu driven changes was equitydouble.png

Is there any programming command to change these frame parameters?

Thanks in advance,

giovanni

Re: programming graphs

Posted: Wed Jul 13, 2016 9:48 am
by EViews Gareth
You have to change each graphs' size prior to merging them into a big one.

Re: programming graphs

Posted: Fri Jul 15, 2016 1:14 am
by giobbe
Thanks it worked,
I used the command graphname.options size(w,h)
before merging and it worked fine!
best regards
giobbe