Functions in graph when using series from an another page
Posted: Fri Apr 12, 2013 12:50 am
Hi
As I understand, its possible to mix frequencies in graphs, for example plotting the monthly series "ipibcfd" and the quarterly series "nfvindubpfd" with the command
But I would also like to be able to put a function to these series, for example
That would be nice
Regards Johan
As I understand, its possible to mix frequencies in graphs, for example plotting the monthly series "ipibcfd" and the quarterly series "nfvindubpfd" with the command
Code: Select all
graph g1.line m\ipibcfd q\nfvindubpfdCode: Select all
graph g1.line @pcy(m\ipibcfd) @pcy(q\nfvindubpfd)Regards Johan