How to plot this curve

I was directed to this community post to solve an automation task

Sure that’s helped massively. But one question, how might I plot this " table" as a line chart where X axis is the fixed values -15, -10, -5 etc and the Y axis series would be the values of corresponding input_number values as they are and when they change using slider inputs.

I’ve no idea what “feature” to even look at for this let alone how to implement . History graph isn’t the hit. ??

Thankyou

Maybe state your problem, including what “table,” with some specificity. Don’t expect people to go read another forum post about another problem to figure out what you’re asking (or do; but your probability of success is much lower in that approach).

Most helpful, thankyou

1 Like

All core (and nearly all 3rd party) line charts plot a variable with time on the x-axis. There is a third party chart that may be able to do it: Plotly interactive Graph Card

I’ll look at thank you :ok_hand:

Edit: the chart is simple enough, it’s more about how do I pass the data as series. Ahhhhh so much reading to do​:roll_eyes::laughing: