Is there a function or protocol for extracting the axis names on a graph in the way that tracenamelist or wavelist will return trace and wave names? I'm writing a function to add multiple y-axes (and traces) to an existing chart, and for it to be generally applicable, I have to assume that neither the user nor the program will have a list of which axes already exist on the chart. I've done a search in the manual and help files and can't find an obvious built-in function, but I might be overlooking something.
I searched on "axis names," "axis list", "axisnamelist", and everything else I could think of. I overlooked that (in hindsight, obvious) one.
Thank you for your help.
One more question: any way to isolate dependent variable axes (left, right) from independent variable axes (top, bottom)? I suspect that's too much to ask for after reading the help for AxisList, but I figured it wouldn't hurt to ask.
One more question: any way to isolate dependent variable axes (left, right) from independent variable axes (top, bottom)? I suspect that's too much to ask for after reading the help for AxisList, but I figured it wouldn't hurt to ask.
July 25, 2015 at 01:10 pm - Permalink
I searched on "axis names," "axis list", "axisnamelist", and everything else I could think of. I overlooked that (in hindsight, obvious) one.
Thank you for your help.
One more question: any way to isolate dependent variable axes (left, right) from independent variable axes (top, bottom)? I suspect that's too much to ask for after reading the help for AxisList, but I figured it wouldn't hurt to ask.
July 25, 2015 at 02:12 pm - Permalink
Have a look at
AxisInfo
.July 26, 2015 at 03:24 am - Permalink