Variable display annotation #2190
Closed
OAGr
started this conversation in
Squiggle Improvement Proposal
Replies: 1 comment
-
We have this now with Tags! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like a really common pattern to want to primarily show a variable using a
Plot
orTable
object. For example,Like with the range annotation, I think these situations might be improved by formally declaring that
fnPlot
is just meant to visualizemyFn
. This would mean:myFn
- we'd just showfnPlot
whenever someone wants to see myFn (maybe with a toggle.myFn
gets used in other places, we'd still allow viewing of it withfnPlot
.I'm not sure what the syntax would be for this. At very basic, I could see something like,
Of course, maybe there could later be some natural annotation, like,
Beta Was this translation helpful? Give feedback.
All reactions