Page 1 of 1

Spool graphic defaults

Posted: Fri Jun 21, 2013 3:08 am
by Novi
Dear all,
I have some questions on spool objects in Eviews 7.2, I hope you can help me:
1/For some reason when I print graphs in the spool they always turn out as monochrome, do u know how could I change that?
2/ is there a program line I could use to merge all the graphs I have in a spool (which are named by defaults untitled01, 02....)?

Thanks a lot!

Re: Spool graphic defaults

Posted: Fri Jun 21, 2013 9:00 am
by EViews Jason
1) I would check file->print setup and make sure the 'print in color' checkbox in Graph defaults is checked.

2) You cannot merge multiple graphs into a single graph. You can however vertically arrange the graphs such that they appear to be a single graph. Try using

Code: Select all

myspool.vertspacing 0 'remove spacing in between objects myspool.options -titles -borders ' turn off child object titles and border


This will stack the graphs on top of another. Depending on your graph settings, you may need to additionally make the graph backgrounds uniform as well.

This isn't exactly what you want but it may get you most the way there.

Re: Spool graphic defaults

Posted: Fri Jun 21, 2013 9:31 am
by Novi
Thanks that's very helpful!! :)