chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-jvm to v4.9.0 #92
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.8.0
->4.9.0
Release Notes
JetBrains/lets-plot-kotlin (org.jetbrains.lets-plot:lets-plot-kotlin-jvm)
v4.9.0
This release is 100% compatible with Lets-Plot v 4.5.1.
Added
ggtb()
: enable zoom/pan interactivity on plot [#38],[#983],[#1019]See example notebook.
Interactive links in tooltips/labels/texts [#1091].
See example notebook.
Formatting:
LaTeX support: superscript, subscript ([#861]) and Greek letters ([#960]).
See example notebook.
Scientific notation: compact form. Enable the compact form using the
exponentFormat
parameter intheme()
[#1071].See example notebook.
In
theme()
:parameters
legendMargin, legendSpacing, legendSpacingX, legendSpacingY, legendBoxSpacing
,and functions
legendBoxHorizontal/Vertical(), legendBoxJustificationLeft/Right/Top/Bottom/Center()
[#1180].See example notebook.
parameters
legendKey, legendKeySize/Width/Height/Spacing/SpacingX/SpacingY
[#1181].See example notebook.
parameters
stripBackgroundX/Y, stripTextX/Y
[#1195].See example notebook.
Custom
linetype
patterns [#1198]:listOf(dash, gap, dash, gap, ...)
;listOf(offset, listOf(dash, gap, dash, gap, ...))
;See example notebook.
Geometries:
geomBlank()
[#831].base
parameter inwaterfallPlot()
[#1159].See example notebook.
checkOverlap
parameter ingeomText()
andgeomLabel()
.See example notebook.
marginal
parameter inqqPlot()
:See example notebook.
inheritAes
parameter in layers [#1172].expandLimits()
[#820].See example notebook.
Support for 3-character hex color codes
Changed
Parameters
labwidth
infacetWrap()
,xLabwidth, yLabwidth
infacetGrid()
: the maximum label length is applied after splitting at\n
separators, if present.themeLight()
is now the default theme inqqPlot()
.[BREAKING] For API deprecated in v4.0 the deprecation level raised to "Error".
Fixed
legendBackground
is set to "blank" intheme
[#1167].themeGrey()
is used).samplingVertexVW()
doesn't work as expected [#1175].samplingVertexDP()
may break rings [#1176].legendJustification()
doesn't work iflegendPositionTop()
[#1031].Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.