I am wondering if I am able to set the color palette values for defining a gradient after a model run is complete.
- I want the red color to be a maximum value that is determined by looking up the maximum value from a table column (upon model completion)
- The yellow color will be half the maximum value
- The green color will always be a hard coded 0.
Is there a way to have the color palette values be global variables?
The image below has a maximum value of 0.3, but I had to manually look up this maximum value from my global table column after the model was ran once. I want this maximum value for the red color to be set automatically.