SPlot

SPlot is a plotting library for Scala. It aspires to provide the same level of functionality that matplotlib does for Python users. At the moment it is far away from this goal, but is already quite usable.

Current version of this library is available on maven central at these coordinates

sbt
libraryDependencies += "xyz.devfortress.splot" % "splot-core_2.12" % "0.4.0"
maven
<dependency>
    <groupId>xyz.devfortress.splot</groupId>
    <artifactId>splot-core_2.12</artifactId>
    <version>0.4.0</version>
</dependency>

Source for the library is available here:

https://github.com/priimak/splot