Interactive Plotting #3176
Unanswered
scottstephens
asked this question in
Q&A
Replies: 1 comment
-
Am late to the party, but I've had success building interactive charts using echarts in javascript + html. Was doing it purely in f# using plotly.net but problem is that output doesn't support building custom ui / dealing with callbacks. Better to just shove it into javascript land and render it using the popular js charting libraries available. Plotly.js api, is, imo, awful, which is why I used echarts. |
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.
-
I've been using VSCode Polyglot Notebooks and XPlot.Plotly for plotting.
Are there any good ways to drive a plot using sliders, or spinners, or other data entry widgets?
Beta Was this translation helpful? Give feedback.
All reactions