v2.5.1
VDovidaytis-HORIS
released this
03 Nov 18:45
·
1754 commits
to master
since this release
[2.5.1] - 2022-11-03
Added
-
geom_text(), geom_label()
:- the 'newline' character (
\n
) now works asline break
([#605]) lineheight
aesthetic ([#324])nudge_x, nudge_y
parameters ([#324])- special text alignments (
vjust
andhjust
):"inward"
and"outward"
([#324])
See: example notebook.
- the 'newline' character (
-
vjust
parameter inposition_stack()
andposition_fill()
[#323].See: example notebook.
-
use_crs
parameter ingeom_map()
and other geoms, working withGeoDataFrame
See: example notebook.
-
geom_imshow()
(formergeom_image()
):-
extent
parameterSee: example notebook.
-
vmin, vmax, cmap
parametersSee: example notebook.
-
-
image_matrix()
:-
vmin, vmax, cmap
parametersSee: example notebook.
-
Changed
-
geom_image()
renamed togeom_imshow()
See updated examples: image 101,
Fisher's boat. -
geom_boxplot()
: default value for parameterwhisker_width
is 0.5. -
Upgraded Kotlin version to 1.7.20 (was 1.6.21).
Fixed
- element_blank() has no effect in theme legend_title [#608].
geom_livemap()
: add support of geom_label parameters [#601].- Tooltip: different formats for same aesthetic Y [#579].
- Positioning with "constant" x/y doesn't work on axis with log10 transform [#618].
- Positional "constant" doesn't honor axis limits [#619].
- Parameter
norm
ingeom_imshow()
. - Several issues leading to crush in Swing/Batik apps. Related to [discussions]
- Text labels got trimmed occasionally, when symbols
-
,/
,\
or|
present. geom_livemap()
doesn't load vector tiles insideiframe
with certain security policies.