Graph updating

For questions regarding programming in the EViews programming language.

Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt

gio.ortolani
Posts: 14
Joined: Wed Apr 25, 2012 7:34 am

Graph updating

Postby gio.ortolani » Wed May 09, 2012 10:25 am

Hi guys,

I have one daily page and a monthly one in my workfile, and in the second one I have two series linked with the daily data and merged by "last". I'm programming the update of two graphs on the monthly page and I need them to be plotted at "workfile frequency", but I don't know which command I must use. With this

Code: Select all

pageselect monthly smpl 1999.01 {%data} graph g1.line(t=g01_final) FINAL g1.setupdate(m) g1.options +legend g1.name(1) Final data delete g01_final rename g1 g01_final
EViews plots at "native frequency", but I don't want this. How can I change it automatically?

Thanks for any help!

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13600
Joined: Tue Sep 16, 2008 5:38 pm

Re: Graph updating

Postby EViews Gareth » Wed May 09, 2012 10:30 am

Code: Select all

graph g1.line(t=g01_final, wf) FINAL

gio.ortolani
Posts: 14
Joined: Wed Apr 25, 2012 7:34 am

Re: Graph updating

Postby gio.ortolani » Wed May 09, 2012 11:04 am

Thank you! It has worked :D


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 2 guests