You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [ggsavedocumentation](https://htmlpreview.github.io/?https://raw.githubusercontent.com/JetBrains/lets-plot-kotlin/master/docs/api-reference/plot-api/jetbrains.lets-plot.export/ggsave.html)
196
+
See `ggsave()`[documentation](https://htmlpreview.github.io/?https://raw.githubusercontent.com/JetBrains/lets-plot-kotlin/master/docs/api-reference/plot-api/jetbrains.lets-plot.export/ggsave.html)
195
197
for more information about the function arguments and default values.
196
198
199
+
<aid="tooltip-customization"></a>
200
+
#### Tooltip customization
201
+
202
+
You can customize the content of tooltips for the layer by using the parameter `tooltips` of `geom` functions.
Maven artifact __group id__ has changed in this release.
220
+
- Tooltip Customization
201
221
202
-
Now it is: `org.jetbrains.lets-plot-kotlin` (before was: `org.jetbrains.lets-plot`).
222
+
New API for customization of tooltip contents. See [Tooltip Customization](https://github.com/JetBrains/lets-plot-kotlin/blob/master/docs/tooltips.md)) for details.
223
+
224
+
- Formatting labels in `geom_text()`
203
225
204
-
To include Lets-Plot Kotlin API to your Gradle project for example, use the following dependency:
226
+
New parameter, 'labelFormat' to define a formatting pattern.
205
227
206
-
```groovy
207
-
dependencies {
208
-
api "org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-api:<api version>"
209
-
}
210
-
```
228
+
See demo: [label_format.ipynb](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/label_format.ipynb)
229
+
230
+
- GeoTools support
231
+
232
+
Visualization of GeoTools's `SimpleFeature`-s and other objects. See [GeoTools Support](https://github.com/JetBrains/lets-plot-kotlin/blob/master/docs/geotools.md)) for details.
233
+
234
+
- Other changes and fixes - see [CHANGELOG.md](https://github.com/JetBrains/lets-plot-kotlin/blob/master/CHANGELOG.md) for details.
GGBunch allows to show a collection of plots on one figure. Each plot in the collection can have arbitrary location and size. There is no automatic layout inside the bunch.
Pick sampling on Bar-chart: [sampling_pick.ipynb](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/sampling_pick.ipynb)
128
+
See [GeoTools Support](https://github.com/JetBrains/lets-plot-kotlin/blob/master/docs/geotools.md).
0 commit comments