How can I get my graphing script to reference my row-wise control limits and add them automatically to my graph? WIP script included
Hi there! I am working on creating a script that graphs a numerical value (X) against Tools (Y) that includes given upper and lower control limits in the data table that vary by subgroup, and will automatically include the limits on the graphs when the script is run. I also need these graphs to be separated by "Layer". Here is what I have so far. I can get the graphs to generate, but I can't seem ...