All Projects → bokeh → Bokeh Scala

bokeh / Bokeh Scala

Licence: mit
Scala bindings for Bokeh plotting library

Programming Languages

scala
5932 projects

bokeh-scala

Scala bindings for Bokeh plotting library.

Build Status

Requirements

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].