I want to build a little self-updating graph where I plot a curve with data points y against scale x. Also included is a slider with a numerical factor, let's call it a.
I now want to build a graph where I can drag the slider and it multiplies y with the selected a. The plot x vs y is now updated with the new scaled y. So I can interactively drag around my slider and the curve scales with it.
What kind of platform would you recommed for building this graph - graph builder, JSL, dashboard, other...?
And how would I build such a graph in the recommended setup?
Thank you for helping a JMP newbie.