haifengl / smile

Statistical Machine Intelligence & Learning Engine

Home Page:https://haifengl.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making the plot module available in Java API

DiptenduIDEAS opened this issue · comments

The plot module that supports declarative visualizations via Vega-lite is currently available in the Scala API
https://haifengl.github.io/api/scala/smile/plot/index.html

However, it is not available in the Java API.

Any plans to support this anytime soon?

It is added in smile.plot.vega package in smile-plot module. See VegaTest for some example usage. Please play with it and provide feedback and bug reports. Thanks!

3.1 is released with the Java API for declarative visualizations.

Here is the javadoc of package.