Skip to content

Commit ff92bea

Browse files
novakov-alexeyalexarchambault
authored andcommitted
set latest version
1 parent 102f86b commit ff92bea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ It is published for both scala 2.12 and 2.13.
2828

2929
### From almond
3030

31-
Add the `org.plotly-scala::plotly-almond:0.8.0` dependency to the notebook. (Latest version: [![Maven Central](https://img.shields.io/maven-central/v/org.plotly-scala/plotly-render_2.13.svg)](https://maven-badges.herokuapp.com/maven-central/org.plotly-scala/plotly-render_2.13))
31+
Add the `org.plotly-scala::plotly-almond:0.8.1` dependency to the notebook. (Latest version: [![Maven Central](https://img.shields.io/maven-central/v/org.plotly-scala/plotly-render_2.13.svg)](https://maven-badges.herokuapp.com/maven-central/org.plotly-scala/plotly-render_2.13))
3232
Then initialize plotly-scala, and use it, like
3333
```scala
34-
import $ivy.`org.plotly-scala::plotly-almond:0.8.0`
34+
import $ivy.`org.plotly-scala::plotly-almond:0.8.1`
3535

3636
import plotly._
3737
import plotly.element._
@@ -57,7 +57,7 @@ jupyter labextension install jupyterlab-plotly
5757

5858
Add the corresponding dependency to your project, like
5959
```scala
60-
libraryDependencies += "org.plotly-scala" %%% "plotly-render" % "0.8.0"
60+
libraryDependencies += "org.plotly-scala" %%% "plotly-render" % "0.8.1"
6161
```
6262
(Latest version: [![Maven Central](https://img.shields.io/maven-central/v/org.plotly-scala/plotly-render_2.13.svg)](https://maven-badges.herokuapp.com/maven-central/org.plotly-scala/plotly-render_2.13))
6363

@@ -89,7 +89,7 @@ plot.plot("plot", lay) // attaches to div element with id 'plot'
8989

9090
Load the corresponding dependency, and some imports, like
9191
```scala
92-
import $ivy.`org.plotly-scala::plotly-render:0.8.0`
92+
import $ivy.`org.plotly-scala::plotly-render:0.8.1`
9393
import plotly._, element._, layout._, Plotly._
9494
```
9595

@@ -133,7 +133,8 @@ plotly-scala supports the features illustrated in the following sections of the
133133
- [Subplots](https://plot.ly/javascript/subplots/),
134134
- [Multiple Axes](https://plot.ly/javascript/multiple-axes/),
135135
- [Histograms](https://plot.ly/javascript/histograms/),
136-
- [Log Plots](https://plot.ly/javascript/log-plot/).
136+
- [Log Plots](https://plot.ly/javascript/log-plot/),
137+
- [Image](https://plotly.com/javascript/reference/image/).
137138

138139
Some of these are illustrated in the [demo](https://alexarchambault.github.io/plotly-scala/) page.
139140

0 commit comments

Comments
 (0)