As I look at this activity, I think there is some javascript magic (Using something like: calc.setExpression(fillOpacity: calc.HelperExpression(latex: “h_{otOpa}”)) ) going on.
Part of my suspicion is that the graphs can’t be exported like most others can. I’m not sure how to get additional javascript into the calculator in activity builder, and the people who know probably are under NDAs.
I am not in any way adept at this, but there’s a Colors section in the API. Did you miss it or just not what you need. When you say “graphs can’t be exported”, can you be more specific?
Nice find! The API could make that possible, but not inside of Activity builder. Computation Layer never gives direct calculator API access (that would break its declarative language underpinnings).
In this case, we have some color-mixing features in the works… stay tuned (and sorry they’re not public yet)! But those are what’s being used in the mixing lesson.
I lied. I had meant that the link to open a graph from activity builder in the nonAB graphing calculator was missing - it’s actually there, I just didn’t see it.
The functionality is there in the API - I just don’t know how to incorporate it into AB.