Script for setting all axis limits in a graph builder to values computed from the displayed data
In order to speed up one step of a workflow, I am trying to write a script that automatically sets the axis limits of all Y axes in a graph builder to certain values (quantiles) that can be computed from the displayed data. The plan was:Get the axis labelsCompute the desired limits by using the corresponding columns in the data tableSet the limits accordingly.This turns out to be more complicated ...