Create a grid on the top of a graph
Posted: Mon Dec 15, 2014 11:15 pm
Hi
I have problem to create a grid on the top of my Graph. For example creating a graph like
and put frame axes on left, right and bottom like
and then put a grid on top of the graph via
This does not create any grid on top?
I tried as well to draw a line on the top via the command
Nor this seems to work. Any suggestions?
Regards Johan
I have problem to create a grid on the top of my Graph. For example creating a graph like
Code: Select all
WfCreate u 100
Series x = Rnd
Graph g1 x
Code: Select all
g1.options frameaxes(lrb)
Code: Select all
g1.options gridontop
I tried as well to draw a line on the top via the command
Code: Select all
g1.draw(line, left, color(red), top)
Regards Johan