Page 1 of 1

command for log scale of SERIES/Graph view

Posted: Sun Jan 24, 2010 2:47 pm
by JCuddington
From the command window, you can type
SHOW Y.LINE
to show the line plot of series X. If you want X to normalized, you r command is
SHOW X.LINE(n)

I can't find the option to show log scale or inverted scale. None of these work:
SHOW X.LINE(L)
SHOW X.LINE(LOG)
SHOW X.(LN)

Out of Guesses!

Re: command for log scale of SERIES/Graph view

Posted: Sun Jan 24, 2010 5:11 pm
by EViews Gareth
Look up the graph.axis command. It has options for all of the scaling.

Re: command for log scale of SERIES/Graph view

Posted: Mon Jan 25, 2010 1:22 pm
by JCuddington
OK, but this involves the use of the GRAPH object, rather than graphical views of the SERIES Object. I'd recommend adding a command along the line implied by by initial question: show x.line(log). It would be much more convenient.