Feature request: make tech.tablesaw.plotly.Plot members public
See original GitHub issueWould it be possible to make the class have its private members public. This way I can extend the plot class for additional functionality. It would also be great to refactor the show
to use a show(String html, File outputFile)
that saves the HTML to a file, so that it can be reused for other page set-ups.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top Results From Across the Web
Major problems trying out plots; everything breaks. #454
First of all, a suggestion: the page https://jtablesaw.github.io/tablesaw/userguide/introduction says nothing at all about the dependency needed for plotting.
Read more >Feature request: interactive faceted plots in R plotly
I have tried making the plot with ggplot2 and converting this in to a plotly object with ggplotly but it doesn't have the...
Read more >Embedding a Plotly chart in a Django template - Stack Overflow
import plotly.graph_objects as go class Graph(TemplateView): ... In version 4, all "online" functionality was removed from the plotly ...
Read more >Tablesaw | Java Dataframe and Visualization Library - Morioh
Feature requests and bug reports can be made on the issues tab. ... Gary Sharpe has written an excellent tutorial that shows you...
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
implemented.
i will take a look when i have some time.