Visualise your data from Scala using Plotly
Scala versions:
2.10
plotly 0.1
Group ID:
co.theasi
Artifact ID:
plotly_2.11
Version:
0.1
Release Date:
Apr 9, 2016
Licenses:
libraryDependencies += "co.theasi" %% "plotly" % "0.1" resolvers += Resolver.bintrayJCenter
ivy"co.theasi::plotly:0.1" MavenRepository("https://jcenter.bintray.com")
//> using dep "co.theasi::plotly:0.1"
import $ivy.`co.theasi::plotly:0.1` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray's JCenter", "Some(https://jcenter.bintray.com)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>co.theasi</groupId> <artifactId>plotly_2.11</artifactId> <version>0.1</version> </dependency>
compile group: 'co.theasi', name: 'plotly_2.11', version: '0.1'