Using Graph or GraphBox - How to change X,Y axis increment & Reverse axis
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 ),
...
jb