I am trying to change the portion of a code to get my graphs in color (they appear in black and white).
Any guidance on how to proceed please?
This is the portion of the code:
Cheers!
Ozey
2 Answers
0
/
_pcolor=4|1|4|2;_pltype=1|6|1|6;_opgtol=1e-3;
*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
GRAHPS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
if graphs ne 0;
title("Impulse reaction function for s periods ahead");
plot xy(seqa(1,1,s),band1'~bet'~zeros(s,1)~band2');
endif;help with graph please
0
Managed to fix the problem now.
Thanks,
ozey
Your Answer
2 Answers
/
_pcolor=4|1|4|2;_pltype=1|6|1|6;_opgtol=1e-3;
*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
GRAHPS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
if graphs ne 0;
title("Impulse reaction function for s periods ahead");
plot xy(seqa(1,1,s),band1'~bet'~zeros(s,1)~band2');
endif;help with graph please
Managed to fix the problem now.
Thanks,
ozey