Page 1 of 1

Default text position on a graph

Posted: Tue Oct 06, 2015 4:02 am
by loulouviews
Hi everybody,

I just upload from EViews 8 to 9 and some graphical line of code does not work anymore.
It is the following :

Code: Select all

myGraph.addtext(font(b)) %text
EViews prompts a pop-up windows indicating that "invalid graph position is specified". Does the default location for text (0,0 <=> upper left-hand corner) still exist ?
Or anything special I should specify in options ?

Thanks for any help.

Loulouviews

Re: Default text position on a graph

Posted: Tue Oct 06, 2015 7:42 am
by EViews Jason
We will get it fixed. For now specify 0,0.

Code: Select all

myGraph.addtext(0,0,font(b)) %text

Re: Default text position on a graph

Posted: Wed Oct 07, 2015 3:22 am
by loulouviews
Ok. Thanks for your reply