scala-plotly-client
scala-plotly-client copied to clipboard
Visualise your data from Scala using Plotly
The last commit was two years ago and scala 2.13.1 has been released. Will there be support for that? thanks
Nice lib! It would be wonderful if we can plot data locally instead of sending over internet. Something like this: https://plot.ly/python/offline/
If the data is already in Plotly, the user should be able to give srcs rather than a data array.
Plotly supports sending custom colorscales as well as the predefined ones. It might be nice to try and support that. For instance, the following request body to the Plotly API...
Hi, I am getting this error when I tried to run the sample in your readme file. "Exception in thread "main" java.lang.NoSuchMethodError: co.theasi.plotly.writer.Server.$init$(Lco/theasi/plotly/writer/Server;)V" Platform: Windows 10 Scala version: Scala 2.10...
It would be nice to be able to reproduce [these](https://plot.ly/python/contour-plots/) plots.
It would be nice to be able to reproduce [these](https://plot.ly/python/histograms/) plots.
It would be nice to be able to reproduce some of the map plots on [here](https://plot.ly/python/).
Most of the functionality so far concentrates on plotting. It would be useful to add functionality to manipulate grids.
It would be nice to be able to reproduce [these](https://plot.ly/python/bar-charts/) plots.