Page 1 of 1

Graph object, gridlines via right-click "Options on all graphs"

Posted: Thu Nov 28, 2019 9:12 am
by mamo
Dear Eviews team,

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]
pic1.jpg
pic1.jpg (61.1 KiB) Viewed 11931 times
The result looks like this:
pic2.jpg
pic2.jpg (34.9 KiB) Viewed 11931 times


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"