using Eviews 9 build april 2009.
I would like to have labels at the right axis of a line chart but no labels left.
The following code does not deliver the expected labeling:
Code: Select all
wfcreate a 2000 2015
series x = nrnd
freeze(o, gra) x.line
gra.axis(left) -label
gra.axis(right) +label
show gra
Also, it does not seem to be possible to obtain the wanted result manually.
In Graph Options - Axes & Scaling - Data axis labels I can check-mark Label both Axes/ Duplicate axes labels. But then, check-marking Hide Labels in the left axis options while un-marking the same item in the right axis options unexpectedly removes labels from both axes.
Is there a way to obtain the wanted result, manually as well as with some program code?
Best,
mamo
