chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-batik to v4.6.2 #109
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.5.1
->4.6.2
Release Notes
JetBrains/lets-plot (org.jetbrains.lets-plot:lets-plot-batik)
v4.6.2
Fixed
macOS: incorrect system libraries linkage that may lead to Lets-Plot import failure:
libc++abi: Terminating due to typed operator new being invoked before its static initializer in libcxx has been executed.
geom_livemap()
: map zoom freezes after multiple rapid clicks on +/- buttons [#1315].Misleading warnings when using CARTO 'base-midnight', 'base-antique' and 'base-flatblue' tilesets in livemap.
v4.6.1
Changed
[BREAKING] the
height
andheight_unit
parameters have been deprecated for thegeom_errorbar
.the minimum distance between axis labels was reduced to avoid unsuitable layouts.
Fixed
geom_errorbar()
: the plot domain is always stretched to zero, regardless of the data.overlapped axis labels when using
hjust/vjust
or multiline text.v4.6.0
Added
Grouping plots:
ggbunch()
function: combining plots with custom layout.See demos:
Support for plot title, subtitle, caption, margins and insets in
gggrid()
andggbunch()
.Geometries:
geom_hex()
[#556].See: example notebook.
Parameters
width_unit
andheight_unit
ingeom_errorbar()
,geom_boxplot()
,geom_crossbar()
,geom_tile()
andgeom_hex()
[#1288]:See example notebook.
Parameters
start
anddirection
ingeom_pie()
[#1280].See example notebook.
Texts and labels:
hjust
andvjust
parameters for axis labels [#1227],[#1230].See: example notebook.
multiline support for axis labels [#948].
See: example notebook.
Markdown support for plot title, subtitle, caption, and axis labels [#1256].
See example notebook.
In the
nudge
position adjustment -the ability to specify absolute shift values for
nudge
:unit
parameter inposition_nudge()
.nudge_unit
parameter ingeom_text()
andgeom_label()
See example notebook.
Theme:
Parameters
legend_ticks
andlegend_ticks_length
for fine-grained control over colorbar tick marks [#1262].See: example notebook.
Parameter
spacer
inimage_matrix()
function.transparent
/blank
/''
color [#1281].Changed
GGBunch
is deprecated. Please useggbunch()
function instead.lower_exp_bound
to -7 andupper_exp_bound
to 6 (same as intheme(...)
).tile, bin2d, contour, contourf, density2d, density2df
: default coordinate system changed from 'fixed' to 'cartesian'.geom_bin2d()
are sized according to thebinwidth
value, not the maximum possible.buildPlotFromRawSpecs()
buildPlotFromProcessedSpecs()
platf-awt
,platf-batik
,platf-jfx-swing
are no longer published with a "-jvm" suffix.Before, these artifacts could be used in dependencies either with or without the "-jvm" suffix. Now only without suffix.
Fixed
scale_continuous
: can't use theexpand
parameter [#1285].stat='summary'
if the data contains NaN values [#1301].plot_background
ingggrid
[#1124].plot_background
not inheriting fromrect
[#1278]gggrid
: allow title and other labels for the entire figure [#715].ggbunch
: overall title [#321].geom_tile
[#1284].geom_bin2d
implodes when the disparity in axes units is large [#1303].geom_text
orgeom_label
[#1048].geom_text()/geom_label()
[#1059].v4.5.2
Changed
g
format type with~
(e.g.~g
) now truncates trailing zeros, and without~
it doesn't.theme(exponent_format=...)
settings and does not use 's' format type for large numbers.Fixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * *" (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.