File tree Expand file tree Collapse file tree
plot-api/src/jvmMain/kotlin/org/jetbrains/letsPlot Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414### Publishing to Sonatype Central repository
1515
16- > ** Note** : when publishing a "Release" version to Sonatype, PGP signature is required.
16+ > ** Note** : when publishing a "Release" version to Sonatype, a PGP signature is required.
1717>
1818> See: https://central.sonatype.org/pages/working-with-pgp-signatures.html
1919
Original file line number Diff line number Diff line change @@ -241,12 +241,7 @@ private fun exportRasterImage(
241241 """
242242
243243 Can't export plot to raster formats: ${e::class .simpleName} "${e.message} ".
244- Please add "lets-plot-image-export-<version>.jar" to your classpath.
245- A Gradle dependency example:
246-
247- implementation("org.jetbrains.lets-plot:lets-plot-image-export:<version>")
248-
249- where <version> is the version of the Lets-Plot Multiplatform artifact you are using.
244+ Please add "org.jetbrains.lets-plot:platf-awt:${VersionChecker .letsPlotVersion} " to your dependencies to enable raster image export.
250245 """ .trimIndent()
251246 )
252247
Original file line number Diff line number Diff line change 66package org.jetbrains.letsPlot.intern.settings
77
88import org.jetbrains.letsPlot.FrontendContext
9+ import org.jetbrains.letsPlot.export.VersionChecker
910import org.jetbrains.letsPlot.frontend.DefaultSwingFrontendContext
1011
1112actual fun createDefaultFrontendContext (): FrontendContext {
@@ -17,7 +18,7 @@ actual fun createDefaultFrontendContext(): FrontendContext {
1718
1819 The frontend context is not defined.
1920 To define the frontend context please select one of the following options:
20- a. Add "org.jetbrains.lets-plot:platf-awt:<version> " to your dependencies.
21+ a. Add "org.jetbrains.lets-plot:platf-awt:${ VersionChecker .letsPlotVersion} " to your dependencies.
2122 b. Specify the frontend context explicitly: "LetsPlot.frontendContext = ..."
2223
2324 """ .trimIndent()
You can’t perform that action at this time.
0 commit comments