Allow Offline Usage of GraphWidget
See original GitHub issueIt currently seems like the GraphWidget
is only able to be used with online plots. I think there’s a lot of value in enabling it to be used offline in conjunction with ipywidgets.
Note: This is a dup of #573 however I’m opening this as that issue is poorly named which may mean it doesn’t get the attention it deserves.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:9 (3 by maintainers)
Top Results From Across the Web
class GraphWidget · AWS CDK
Place the widget at a given position. toJson(), Return the widget JSON for use in the dashboard. addLeftMetric(metric).
Read more >Real Time Plotting with BrainFlow
Matplotlib is a great library, but its primary focus is offline data. ... Here we will use pyqtgraph which is built on top...
Read more >Plotly figurewidget overview in Python
uirevision | Used to allow user interactions with the plot | to persist after `Plotly.react` calls that are | unaware of these interactions....
Read more >a version of .newPlot that does the .update logic behind the ...
In Dash, I'd like the Graph component to do smart restyle and relayout updates when I call newPlot or plot (or some new...
Read more >Forecasting - Salesforce Help
Forecasting allows you to activate sophisticated algorithms that predict the ... Forecasting is available within the bar graph widget when using a date ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s fine - I just opened this as a nice to have sometime in the future. I’m totally biased but I do think there will be a lot of value in it!
Done in the new
FigureWidget
class in version 3.0.0! https://medium.com/@plotlygraphs/introducing-plotly-py-3-0-0-7bb1333f69c6GraphWidget
is going to be deprecated as soon as I get around to adding deprecation warnings.