-
Suppose I have a container (used to hold a plot, some controls, and show some values, like an instrument panel):
How do I append a |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
If panel.append(() => Plot.plot(…)) |
Beta Was this translation helpful? Give feedback.
-
Thank you @mbostock and @Fil and @mootari. This works fine. I missed the I also noted that the [I’m confused about getting the original replies from Fabian yesterday, and that they are now from Mike and Fil.] |
Beta Was this translation helpful? Give feedback.
If
panel
is a selection, you can use the selection.append method: