fix(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-jvm to v4.5.0 #6142
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.4.1
->4.5.0
Release Notes
JetBrains/lets-plot-kotlin (org.jetbrains.lets-plot:lets-plot-kotlin-jvm)
v4.5.0
Added
Annotations in Barchart.
See: example notebook.
Common theme support in subplots (i.e.
gggrid()
) [LPK-#197].See: example notebook.
HCL
andCIELAB
color space for hue color scale and gradient color scales [#876].See: example notebook.
New scale transformations:
'log2'
and'symlog'
.See: example notebook.
plotMargin
parameter intheme()
[#856].See: example notebook.
Dual orientation for geometries:
geomErrorBar()
;geomCrossbar()
;geomPointRange()
;geomLineRange()
;geomRibbon()
.See: example notebook.
Fixed
plot_margin
parameter intheme()
[#856].element_blank()
has no effect on plot title/subtitle/caption intheme()
[#913].v4.4.3
Added
geomCount()
/statSum()
[#821].See: example notebook.
plotMessage
parameter intheme(...)
[#863].See: example notebook.
Changed
If layer transparency is set via the alpha-channel in the colors RGBA specification and via the
alpha
aesthetic,then the
alpha
aesthetic overrides the alpha-channel in the color. Previousely it was the opposite.geomPie()
defaults:strokeSide="both"
(wasstrokeSide="outer"
).strokeSide = "both"/"inner"
(was created automatically).geomBar()
now has solid outline color by default (was transparent).geomTile()
,geomBin2D()
now have solid outline color by default (was transparent).size
is 0 (i.e. tiles outline initially is not visible).[DEPRECATED] Function
statCount2d
has been renamed tostatCount2D
. The old name is deprecated.Fixed
themeVoid()
+flavorXxx()
: no expected plot background [#858].geomTile()
,geomBin2D()
: thealpha
aesthetic is applied to the tiles outline.scaleXDateTime()
: error building plot for early dates [#346].paint_a/paint_b/paint_c
[#867].v4.4.2
Added
Flavor-aware colors: pen, brush and paper
geom
parameter allows redefinition of "geom colors":theme(geom = elementGeom(pen, brush, paper))
.See: example notebook.
Support for variadic line width and/or color in
geom_line()
andgeom_path()
[LP-313].Ses: example notebook.
themeVoid()
:example notebook
statECDF()
:example notebook.
geomFunction()
:example notebook.
statSummary()
:example notebook.
statSummaryBin()
:example notebook.
Stat.sum()
statistic:example notebook.
Stat.boxplotOutlier()
statistic:example notebook.
In tooltip customization API:
disableSplitting()
function [#189].example notebook.
In
geomPie()
:stroke
andcolor
aesthetics - the width and color of pie sector arcs.strokeSide
parameter - which arcs to show (inner, outer, both).spacerWidth
andspacerColor
parameters - lines between sectors.See: example notebook.
sizeUnit
parameter : example notebook.Changed
The default qualitative color palette is now Color Brewer "Set1" (was "Set2")
Geometries default colors are now flavor-dependent: example notebook.
Geometries default size/line-width is now slightly bigger.
Point size is adjusted to match the width of a line of the same "size".
[BREAKING] Kotlin/JS LEGACY apps are no longer supported.
[BREAKING]
geomPie()
no longer supports parameterstrokeColor
.[BREAKING]
geomBoxplot()
no longer support parametersampling
.[BREAKING]
geomPointRange()
: size aesthetic shouldn't affect line width [#751]:linewidth
aesthetic is now used for the line width,size
- for mid-point size only.geomBoxplot()
:size
andstroke
parameters now affect outlier shapes.Fixed
geomCrossbar()
aesthetics takemiddle
argument instead ofy
[#804].geomBoxplot()
doesn't apply alpha to outliers [#754].geomBoxplot()
: outliers do not show tooltips.geomBoxplot()
: some strange outliers drawn here [#143].geomStep()
: no tooltips.geomStep()
: add 'tooltips' parameter [#195].geomStep()
: toggle the behavior of thedirection
parameter when the orientation is changed.geomRibbon()
: not all tooltips are shown on a multi-layer plot [#847].Configuration
📅 Schedule: Branch creation - "every 3 weeks on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.