Logaritmic scaling in graphs - does it work?

For notifying us of what you believe are bugs or errors in EViews.
Please ensure your copy of EViews is up-to-date before posting.

Moderators: EViews Gareth, EViews Moderator

mamo
Posts: 192
Joined: Wed Nov 07, 2012 9:11 am

Logaritmic scaling in graphs - does it work?

Postby mamo » Wed Aug 14, 2019 3:37 am

Dear Eviews team,

using EVIEWS 10 March 2018 build, I am wondering if logarithmic scaling in graphs works as expected.

Changing the scale from linear to logarithmic does not seem to change anything in the appearance of the graph, c.f. code below.

Best, mamo

Code: Select all

wfcreate a 2000 2010
series x= @trend^2
freeze(mode=overwrite, gra) x.line
show gra
' The change in the scaling does not seem to change anything in the appearance of the graph
gra.axis(l) log

EViews Jason
EViews Developer
Posts: 870
Joined: Tue Sep 16, 2008 3:50 pm

Re: Logaritmic scaling in graphs - does it work?

Postby EViews Jason » Wed Aug 14, 2019 10:38 am

Actually, the behavior is correct. The reason you are not seeing the log scale is because there is a zero in the data.

If you change the line

Code: Select all

series x= @trend^2
to

Code: Select all

series x= @trend^2+1
the log scale will appear.


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 20 guests