renovate-bot opened a new pull request, #6586:
URL: https://github.com/apache/jmeter/pull/6586

   This PR contains the following updates:
   
   | Package | Change | Age | Confidence |
   |---|---|---|---|
   | 
[org.jetbrains.lets-plot:lets-plot-batik](https://redirect.github.com/JetBrains/lets-plot)
 | `4.7.3` -> `4.8.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.lets-plot:lets-plot-batik/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.lets-plot:lets-plot-batik/4.7.3/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>JetBrains/lets-plot 
(org.jetbrains.lets-plot:lets-plot-batik)</summary>
   
   ### 
[`v4.8.0`](https://redirect.github.com/JetBrains/lets-plot/blob/HEAD/CHANGELOG.md#480---2025-11-05)
   
   ##### Added
   
   - Geometries:
     - `geom_pointdensity()` 
\[[#&#8203;1370](https://redirect.github.com/JetBrains/lets-plot/issues/1370)].
   
       See: [example 
notebook](https://lets-plot.org/releases/f-25e/geom_pointdensity.html).
   
     - Geoms with 1-to-1 statistics (such as `geom_qq()`, `geom_sina()`) 
preserve the mapping to original data after statistical transformation.
   
       See: [example 
notebook](https://lets-plot.org/releases/f-25e/stat_data_bijection.html).
   
     - `geom_histogram()`: custom bin bounds (parameter `breaks`) 
\[[#&#8203;1382](https://redirect.github.com/JetBrains/lets-plot/issues/1382)].
   
       See: [example 
notebook](https://lets-plot.org/releases/f-25e/geom_histogram_param_breaks.html).
   
   - Plot Layout:
     - The legend automatically wraps to prevent overlap - up to 15 rows for 
vertical legends and 5 columns for horizontal ones 
\[[#&#8203;1235](https://redirect.github.com/JetBrains/lets-plot/issues/1235)].
   
       See: [example 
notebook](https://lets-plot.org/releases/f-25e/legend_wrap.html).
   
     - `gggrid()`: support for shared legends (parameter `guides`).
   
       See: [example 
notebook](https://lets-plot.org/releases/f-25e/gggrid_legend_collect.html).
   
   - Plot Theme:
     - `flavor_standard()` sets the theme's default color scheme 
\[[#&#8203;1277](https://redirect.github.com/JetBrains/lets-plot/issues/1277)]. 
<br>
       Use to override other flavors or make defaults explicit.
   
       See: [example 
notebook](https://lets-plot.org/releases/f-25e/flavor_standard.html).
   
     - `theme_gray()` as an alias for `theme_grey()`.
   
     - `legend_justification` parameter of `theme()` accepts additional string 
values: `'left'`, `'right'`, `'top'`, and `'bottom'`.
   
       See: [example 
notebook](https://lets-plot.org/releases/f-25e/legend_justification.html).
   
     - Support for inward axis ticks.
   
       See: [example 
notebook](https://lets-plot.org/releases/f-25e/axis_tick_direction.html).
   
   - Markdown:
     - Support for `target` attribute for links.
     - Links now open in a new tab by default 
\[[#&#8203;1397](https://redirect.github.com/JetBrains/lets-plot/issues/1397)].
   
   - `ggtb()`: `size_zoomin` and `size_basis` parameters for geometry scaling 
\[[#&#8203;1369](https://redirect.github.com/JetBrains/lets-plot/issues/1369)].
   
     See: [example 
notebook](https://lets-plot.org/releases/f-25e/ggtb_size_zoomin.html).
   
   ##### Changed
   
   - \[**BREAKING**] Explicit `group` aesthetic now overrides default grouping 
behavior instead of combining with it 
\[[#&#8203;1401](https://redirect.github.com/JetBrains/lets-plot/issues/1401)].
   
     See: [example 
notebook](https://lets-plot.org/releases/f-25e/group_override_defaults.html).
   
   > \[!IMPORTANT]
   > Previously, setting `group='variable'` would group by both the explicit 
variable AND any discrete
   > aesthetics (color, shape, etc.). \
   > Now it groups ONLY by the explicit variable, matching `ggplot2` behavior. \
   > Use `group=[var1, var2, ...]` to group by multiple variables explicitly, \
   > and `group=[]` to disable any grouping.
   
   - Missing values in `geom_line(), geom_path(), geom_ribbon()`, and 
`geom_area()` create gaps in geometries instead of being interpolated over 
\[[#&#8203;818](https://redirect.github.com/JetBrains/lets-plot/issues/818)], 
\[[#&#8203;1406](https://redirect.github.com/JetBrains/lets-plot/issues/1406)].
   
     See: [example 
notebook](https://lets-plot.org/releases/f-25e/missing_values_line_path_area_ribbon.html).
   
   - `theme`: the `exponent_format` default value changed to `'pow'` - 
superscript powers of 10 (was e-notation).
   
   - The multi-layer line plot now shows tooltips for each series 
simultaneously, in the same way that a single-layer plot with color mapped to 
series does.
   
   ##### Fixed
   
   - `geom_pie` on geospatioal plot with `map_join` failes to render without 
explicit `group` aesthetic.
   - geom\_density2d: NullPointerException when weight aesthetic contains None 
values 
\[[#&#8203;1399](https://redirect.github.com/JetBrains/lets-plot/issues/1399)].
   - Tooltip shows duplicate lines when as\_discrete is applied twice to the 
same var 
\[[#&#8203;1400](https://redirect.github.com/JetBrains/lets-plot/issues/1400)].
   - geom\_sina: incorrect shape in legend 
\[[#&#8203;1403](https://redirect.github.com/JetBrains/lets-plot/issues/1403)].
   - geom\_density2d: Incorrect processing of weighted statistics when None 
value occurs in the x or y column.
   - facet\_wrap: indescriptive error when the specified facet variable is not 
present in the dataset 
\[[#&#8203;1409](https://redirect.github.com/JetBrains/lets-plot/issues/1409)].
   - Integer numbers in facet strip titles are displayed as float 
\[[#&#8203;1386](https://redirect.github.com/JetBrains/lets-plot/issues/1386)].
   - Error when using scale\_identity(aesthetic="shape") 
\[[#&#8203;1212](https://redirect.github.com/JetBrains/lets-plot/issues/1212)].
   - ggsave: theme option face="italic" doesn't work 
\[[#&#8203;1391](https://redirect.github.com/JetBrains/lets-plot/issues/1391)].
   - Fail early if string format is incorrect 
\[[#&#8203;1410](https://redirect.github.com/JetBrains/lets-plot/issues/1410)].
   
   </details>
   
   ---
   
   ### 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.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR was generated by [Mend Renovate](https://mend.io/renovate/). View 
the [repository job log](https://developer.mend.io/github/apache/jmeter).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to