Skip to content

chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-batik to v4.6.2 #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.lets-plot:lets-plot-batik 4.5.1 -> 4.6.2 age adoption passing confidence

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 and height_unit parameters have been deprecated for the geom_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
Changed
  • [DEPRECATED] class GGBunch is deprecated. Please use ggbunch() function instead.
  • Axis breaks: changed default lower_exp_bound to -7 and upper_exp_bound to 6 (same as in theme(...)).
  • Axis labels: changed default justification for rotated labels.
  • Axis labels: changed orientation of automatic vertical labels.
  • [BREAKING] geoms tile, bin2d, contour, contourf, density2d, density2df : default coordinate system changed from 'fixed' to 'cartesian'.
  • [BREAKING] tiles in geom_bin2d() are sized according to the binwidth value, not the maximum possible.
  • [BREAKING] only Lets-Plot/JS users: signature of "buildPlotFromXXX" functions changed, see current Kotlin/JS declarations:
  • [BREAKING] Maven artifacts (doesn't affect Python users):
    • artifacts 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.
    • artifact "org.jetbrains.lets-plot:deprecated-in-v4-jvm" is removed.
Fixed
  • Incorrectly rendered Area chart [#​1295].
  • Tooltip should not cover and hide the geometry that it provides info for [#​1275].
  • General purpose scale_continuous: can't use the expand parameter [#​1285].
  • Error when using stat='summary' if the data contains NaN values [#​1301].
  • Broken plot_background in gggrid [#​1124].
  • plot_background not inheriting from rect [#​1278]
  • gggrid: allow title and other labels for the entire figure [#​715].
  • ggbunch: overall title [#​321].
  • Expand discrete axis according to tile size with geom_tile [#​1284].
  • geom_bin2d implodes when the disparity in axes units is large [#​1303].
  • Livemap: parameters nudge_x and nudge_y have no effect on geom_text or geom_label [#​1048].
  • Livemap: Add zooming-in for geom_text()/geom_label() [#​1059].

v4.5.2

Changed
  • Number formatting:
    • We have aligned our specifications with D3.js (rather than Python): g format type with ~ (e.g. ~g) now truncates trailing zeros, and without ~ it doesn't.
    • The default number formatter now respects theme(exponent_format=...) settings and does not use 's' format type for large numbers.
  • Legends with more than 200 items are now not rendered.
Fixed
  • Bad precision in the default tooltip format when using coord limits [#​1134].
  • Display integer values without fractional part in tooltips [#​1186].
  • Suboptimal tooltip positioning in facets [#​1187].
  • Incorrect Y-axis layout with facets and panel_inset [#​1194].
  • Grouped plot hits the limit of 1000 and doesn't render with not-friendly exception [#​1224].
  • Kandy toPNG reports NullPointerException [#​1228]
  • lets_plot_kotlin_bridge is unable to locate libc++.1.dylib, I am using Mac m2 [#​1234].
  • Wrong formatting when type='g' for small values [#​1238].
  • Formatting when type='g' for large values throws exception [#​1239].
  • Wrong formatting when type='s' with explicit precision [#​1240].
  • Extra trim in formatted number when type='g' [#​1241].
  • Axis breaks are badly formatted if explicitly set [#​1245].
  • Badly formatted zero break for the "~g" format [#​1246].
  • How to adjust the vertical position of geom_text when using position_dodge [#​1248].
  • Incorrect result for format(9.999, ".2f") [#​1251].
  • Tooltips overlapping when not enough vertical space for them [#​1254].
  • Plot limited to 1000 lines (Internal error: IllegalStateException : Too many groups: 1099) [#​1261].
  • Nice to have tooltip to inherit formatting configured for axis [LPK-229].

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/org.jetbrains.lets-plot-lets-plot-batik-4.x branch from aec0c38 to e01f249 Compare April 4, 2025 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants