File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ksp.version=1.9.25-1.0.20
3636jupyterApi.version =0.12.0-313
3737
3838# Also update JS version in <home>/demo/js-frontend-app/src/main/resources/index.html
39- letsPlot.version =4.7.1
39+ letsPlot.version =4.7.2-rc1
4040
4141# https://geotoolsnews.blogspot.com/
4242geotools.version =33.2
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ dependencies {
1515 implementation(projects.json)
1616
1717 implementation(" org.jetbrains.lets-plot:platf-awt:$letsPlotVersion " )
18+ implementation(" org.jetbrains.lets-plot:canvas:$letsPlotVersion " )
19+ implementation(" org.jetbrains.lets-plot:plot-raster:$letsPlotVersion " )
1820 implementation(" org.jetbrains.lets-plot:lets-plot-image-export:$letsPlotVersion " )
1921
2022 testImplementation(kotlin(" test" ))
You can’t perform that action at this time.
0 commit comments