Page 1 of 1

Functions in graph when using series from an another page

Posted: Fri Apr 12, 2013 12:50 am
by johansamuelsson
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

Code: Select all

graph g1.line m\ipibcfd q\nfvindubpfd
But I would also like to be able to put a function to these series, for example

Code: Select all

graph g1.line @pcy(m\ipibcfd) @pcy(q\nfvindubpfd)
That would be nice

Regards Johan