Is there a method to get axis values from graph builder?
Hi. I'm interested in knowing there is a scripting method to read the displayed values for an axis in graphbuilder and return them as a list. IOW, is there a function or a message that can "get" the axis values from a graphbuilder reference or an axis box? Something like: xval_lis = gb << Get X Axis Values. For instance, suppose I have the following graph:dt = Open("$SAMPLE_DATA/Big Class.jmp")
...