Skip to content

Commit

Permalink
update plotly-scala version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
izhangzhihao committed Mar 27, 2017
1 parent 4614cf9 commit 757b596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ It runs demos of the plotly.js documentation during its tests, to ensure that it

### From jupyter-scala

Simply add the `org.plotly-scala::plotly-jupyter-scala:0.3.0` dependency to the notebook, initialize plotly-scala, and use it, like
Simply add the `org.plotly-scala::plotly-jupyter-scala:0.3.1` dependency to the notebook, initialize plotly-scala, and use it, like
```scala
import $ivy.`org.plotly-scala::plotly-jupyter-scala:0.3.0`
import $ivy.`org.plotly-scala::plotly-jupyter-scala:0.3.1`

import plotly._
import plotly.element._
Expand All @@ -50,7 +50,7 @@ Bar(x, y).plot()

Add the corresponding dependency to your project, like
```scala
libraryDependencies += "org.plotly-scala" %%% "plotly-render" % "0.3.0"
libraryDependencies += "org.plotly-scala" %%% "plotly-render" % "0.3.1"
```

Note that there are no version published for scala 2.10 yet, because of the limitation of case classes to 22 members with it.
Expand Down Expand Up @@ -87,7 +87,7 @@ plot.plot(

Load the corresponding dependency, and some imports, like
```scala
import $ivy.`org.plotly-scala::plotly-render:0.3.0`
import $ivy.`org.plotly-scala::plotly-render:0.3.1`
import plotly._, element._, layout._, Plotly._
```

Expand Down

0 comments on commit 757b596

Please sign in to comment.