Number of Grid Lines
Posted: Mon Aug 19, 2013 7:51 am
Hi
As I understand it's not possible to choose number of grid lines in a graph.
For example, if I create a graph like this
then Eviews create grid lines at 20, 40, 60 and 80 respectively (with min 0 and max 100). I would like an option to edit number of grid lines, for example three grind lines in the graphobject "g" (i.e. grid lines at 25, 50 and 75).
Best regards Johan
As I understand it's not possible to choose number of grid lines in a graph.
For example, if I create a graph like this
Code: Select all
wfcreate u 100
series x1 = 5
series x2 = 95
graph g.line x1 x2
Best regards Johan