Interactive Plot Inputs #451
OAGr
started this conversation in
Squiggle Improvement Proposal
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've previously discussed the idea of
plots
. #297It could be also really nice to have interactive components, like with Observable. They would be a bit weird, but could be neat.
Possible interfaces, in Squiggle:
The obvious ideas for interaction are 1d sliders and 2d sliders (can hover over any xy coordinate, to adjust both coordinates).
This is clearly kind of weird because one Squiggle file is declaring
$inputMean
after calling it! That would be fine with Observable, and it might be safe if it were applied carefully. I think the logic could all be done in React.Beta Was this translation helpful? Give feedback.
All reactions