bokeh-scala
Scala bindings for Bokeh plotting library.
Requirements
- Java JRE 1.7+
Usage
Binary release artifacts are published to Sonatype OSS and synced to Maven Central. To include latest stable version of bokeh in your project, use:
libraryDependencies += "io.continuum.bokeh" %% "bokeh" % "0.6"
Development snapshots are available as well. To use this you have to add Sonatype's snapshots repository to your build:
resolvers += Opts.resolver.sonatypeSnapshots
libraryDependencies += "io.continuum.bokeh" %% "bokeh" % "0.7-SNAPSHOT"
See this sample project for detailed integration example.
Documentation
API documentation (scaladoc) is available for stable and development versions.
Development
Install nodejs. This is required to build bokehjs. Then:
$ git clone --recursive https://github.com/bokeh/bokeh-scala.git
$ cd bokeh-scala
$ ./sbt
> examples/runMain io.continuum.bokeh.examples.models.Anscombe
or
> examples/runAll
Support
Submit any questions and suggestions to Bokeh's mailing list and report any Scala-specific issues in the issue tracker. Issues directly related bokeh or bokehjs, please report in the bokeh's issue tracker.
License
Copyright © 2014-2016 by Mateusz Paprocki and contributors.
Published under The MIT License, see LICENSE.