Hello,
I am trying to use the Graph function but am unsuccessful in making X-axis incremements of 1 and Reversing Y-axis order.
I tried swapping the numbers in the Y Scale properties but no luck. Only way to change is to physically change graph manually. Still unable to figure this out using JSL.
Any help is appreciated!
Here is a snippet of my code
New Window( "Map",
Graph(
Frame Size( 800, 800 ),
X Scale(-0.6, 40.7),
Y Scale(0.4, 7.6),
...
);