Graph axes and saving to RTFs with color
Posted: Sun Jan 06, 2013 11:55 pm
I am using EViews 7.2
I have two issues.
First, I don't seem to be able to get vertical grids (gridt or gridb) in my graphs. I have tried using the ".axis" command and the ".options". For example here are two lines of code
fig_grp_{%ptype}_obsbyq.options gridpat(3) gridl
fig_grp_{%ptype}_obsbyq.options gridpat(3) gridt
I am able to get horizontal grids from left or right, but never top or bottom. The grid option "grid" gives an error meessage when replacing "gridl" in the first line
Second, when I save graphs to "RTF" files and import into MSWord, they are only in black and white. Below is an example of my code.
' *** Store to Spool ***
spool_{%fname}_fig.append fig_grp_f_4ci fig_grp_f_4mm fig_grp_lf_4ci fig_grp_lf_4mm
'==================================================================
'
' *** Save the Figures Spool to an RTF File
'
'==================================================================
spool_{%fname}_fig.save(t=rtf) spool_{%fname}_fig
Thanks for your help.
Fred
I have two issues.
First, I don't seem to be able to get vertical grids (gridt or gridb) in my graphs. I have tried using the ".axis" command and the ".options". For example here are two lines of code
fig_grp_{%ptype}_obsbyq.options gridpat(3) gridl
fig_grp_{%ptype}_obsbyq.options gridpat(3) gridt
I am able to get horizontal grids from left or right, but never top or bottom. The grid option "grid" gives an error meessage when replacing "gridl" in the first line
Second, when I save graphs to "RTF" files and import into MSWord, they are only in black and white. Below is an example of my code.
' *** Store to Spool ***
spool_{%fname}_fig.append fig_grp_f_4ci fig_grp_f_4mm fig_grp_lf_4ci fig_grp_lf_4mm
'==================================================================
'
' *** Save the Figures Spool to an RTF File
'
'==================================================================
spool_{%fname}_fig.save(t=rtf) spool_{%fname}_fig
Thanks for your help.
Fred