Here is an article describing plotly.kt and my app...
# feed
a
Here is an article describing plotly.kt and my approach to use dynamic structures inside statically-typed wrappers: https://medium.com/@altavir/plotly-kt-a-dynamic-approach-to-visualization-in-kotlin-38e4feaf61f7 Slack Conversation
👍 3
c
Some graphs would nice 🙂
a
OK, I will add them, but I thought that everyone is familiar with plotly.
c
I'm not personally but even so, it's a plotting library! Show what it can do!
a
I've added a picture. But it is rather simple one and hardly demonstrates plotly capabilities. The important thing about it is that it allows high level of interactivity. Since recently, plotly published a tool to convert plots to vector images without paid subscription it became the best tool for data visualization and publication-ready plots.
I am also really interested in opinion about the inner workings. We plan to create much larger framework with the same ideology.
Basically, you can use any JS library in a same way from JVM or native back-end without difficulties.