I use Eviews 11 17 Sept 2019 build.
In a graph with individual panels, setting data axis gridlines manually via the right-click menu does not work properly. (It works using program code, though.)
To document the bug, run the code below and right-click on the graph, select "Options on all graphs", and try to set the number of gridlines to 9
[/code] The result looks like this:
Best
mamo
Code: Select all
wfcreate a 2000 2019 4
series x=80+nrnd*5
freeze(mode=overwrite, gra) x.line(panel=i)
gra.axis(l) range(0,100)
show gra
' the following line works;
'gra.options gridl(9)
' but not so manually using the right-mouse click menu "Options on all graphs"
