Skip to content
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

chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-jvm to v4.9.0 #92

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.lets-plot:lets-plot-kotlin-jvm 4.8.0 -> 4.9.0 age adoption passing confidence

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:

  • 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]:

    • a list specifying the pattern of dashes and gaps used to draw the line: listOf(dash, gap, dash, gap, ...);
    • a list with a specified offset: listOf(offset, listOf(dash, gap, dash, gap, ...));
    • a string of an even number (up to eight) of hexadecimal digits specifying the lengths in consecutive positions in the string.

    See example notebook.

  • Geometries:

  • expandLimits() [#​820].

    See example notebook.

  • Support for 3-character hex color codes

Changed
  • Parameters labwidth in facetWrap(), xLabwidth, yLabwidth in facetGrid(): the maximum label length is applied after splitting at \n separators, if present.

  • themeLight() is now the default theme in qqPlot().

  • [BREAKING] For API deprecated in v4.0 the deprecation level raised to "Error".

Fixed
  • waterfallPlot: faceting doesn't work without a measure mapping [#​1152].
  • waterfallPlot: tooltips don't work with column names from original dataset [#​1153].
  • Legend icon background is not transparent when legendBackground is set to "blank" in theme [#​1167].
  • Unable to display or save graph when using geomPath [#​1168].
  • Legend icon background should inherit the fill color of the plot panel (i.e. grey when themeGrey() is used).
  • Vertex sampling uses different tolerances for objects within the same plot [#​1174].
  • samplingVertexVW() doesn't work as expected [#​1175].
  • samplingVertexDP() may break rings [#​1176].
  • ggmarginal: bottom boxplot is broken [#​1189].
  • Offscreen cells are sometimes not rendered in JupyterLab.
  • legendJustification() doesn't work if legendPositionTop() [#​1031].
  • coordPolar: geomPoint tooltips should take in account point size [#​1214].

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.


  • 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 merged commit ccbad88 into main Nov 2, 2024
2 checks passed
@renovate renovate bot deleted the renovate/org.jetbrains.lets-plot-lets-plot-kotlin-jvm-4.x branch November 2, 2024 01:43
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