• This repository has been archived on 11/Oct/2023
  • Stars
    star
    134
  • Rank 262,092 (Top 6 %)
  • Language
    Scala
  • License
    MIT License
  • Created over 10 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Scala bindings for Bokeh plotting library

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.