Skip to content

Bump org.jetbrains.lets-plot:platf-awt from 4.9.0 to 4.10.1#16

Merged
linde9821 merged 1 commit into
mainfrom
dependabot/gradle/org.jetbrains.lets-plot-platf-awt-4.10.1
May 21, 2026
Merged

Bump org.jetbrains.lets-plot:platf-awt from 4.9.0 to 4.10.1#16
linde9821 merged 1 commit into
mainfrom
dependabot/gradle/org.jetbrains.lets-plot-platf-awt-4.10.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps org.jetbrains.lets-plot:platf-awt from 4.9.0 to 4.10.1.

Release notes

Sourced from org.jetbrains.lets-plot:platf-awt's releases.

v4.10.1

[4.10.1] - 2026-05-20

Fixed

  • facet_wrap(), error when ncol or nrow parameter not specified: 'ncol' must be positive, was null

v4.10.0

[4.10.0] - 2026-05-20

Added

  • ggdeck() — a new function for overlaying multiple independent plots in a single unified view.

    In a typical scenario, one axis is shared by all plots in the deck, enabling dual-axis effects and multivariate comparisons.

    See examples:

  • Datetime: %f formatting pattern — support for milliseconds when formatting datetime values, zero-padded to 3 digits [#1482].

    See: example notebook.

  • In legends:

    • override_aes in guide_legend() can now customize filled 2D legend keys:

      • size controls the key border width;
      • width and height control the relative key size.

      See: example notebook.

  • Indication of removed records [LPK-81], [#686].

    When records in data are dropped by active sampling or because they contain missing or out-of-bounds values, the user is now informed of the number of dropped records and the reason they were dropped.

    The new na_rm parameter in geom_xxx() and stat_xxx() functions controls the display of such messages:

    • na_rm=false (default) — records are removed and messages are shown;
    • na_rm=true — records are removed silently.

    See: example notebook.

  • Alpha (transparency) component:

    • Hex colors accept #RRGGBBAA or #RGBA notation.
    • Colors accept an opacity suffix in the form "named color / opacity", for example "steelblue / 0.35".

    See: example notebook.

... (truncated)

Changelog

Sourced from org.jetbrains.lets-plot:platf-awt's changelog.

[4.10.1] - 2026-05-20

Fixed

  • facet_wrap(), error when ncol or nrow parameter not specified: 'ncol' must be positive, was null

[4.10.0] - 2026-05-20

Added

  • ggdeck() — a new function for overlaying multiple independent plots in a single unified view.

    In a typical scenario, one axis is shared by all plots in the deck, enabling dual-axis effects and multivariate comparisons.

    See examples:

  • Datetime: %f formatting pattern — support for milliseconds when formatting datetime values, zero-padded to 3 digits [#1482].

    See: example notebook.

  • In legends:

    • override_aes in guide_legend() can now customize filled 2D legend keys:

      • size controls the key border width;
      • width and height control the relative key size.

      See: example notebook.

  • Indication of removed records [LPK-81], [#686].

    When records in data are dropped by active sampling or because they contain missing or out-of-bounds values, the user is now informed of the number of dropped records and the reason they were dropped.

    The new na_rm parameter in geom_xxx() and stat_xxx() functions controls the display of such messages:

    • na_rm=false (default) — records are removed and messages are shown;
    • na_rm=true — records are removed silently.

    See: example notebook.

  • Alpha (transparency) component:

    • Hex colors accept #RRGGBBAA or #RGBA notation.
    • Colors accept an opacity suffix in the form "named color / opacity", for example "steelblue / 0.35".

    See: example notebook.

  • Facet strip labels now honor angle in element_text() for strip_text_* [#1383].

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 21, 2026
Bumps [org.jetbrains.lets-plot:platf-awt](https://github.com/JetBrains/lets-plot) from 4.9.0 to 4.10.1.
- [Release notes](https://github.com/JetBrains/lets-plot/releases)
- [Changelog](https://github.com/JetBrains/lets-plot/blob/master/CHANGELOG.md)
- [Commits](JetBrains/lets-plot@v4.9.0...v4.10.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.lets-plot:platf-awt
  dependency-version: 4.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/org.jetbrains.lets-plot-platf-awt-4.10.1 branch from 6c217d4 to eaa6623 Compare May 21, 2026 14:37
@linde9821 linde9821 merged commit ef7d586 into main May 21, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/gradle/org.jetbrains.lets-plot-platf-awt-4.10.1 branch May 21, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant