Skip to content

v2.5.1

Compare
Choose a tag to compare
@VDovidaytis-HORIS 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 as line break ([#605])
    • lineheight aesthetic ([#324])
    • nudge_x, nudge_y parameters ([#324])
    • special text alignments (vjust and hjust): "inward" and "outward" ([#324])

    See: example notebook.

  • vjust parameter in position_stack() and position_fill() [#323].

    See: example notebook.

  • use_crs parameter in geom_map() and other geoms, working with GeoDataFrame

    See: example notebook.

  • geom_imshow() (former geom_image()):

  • image_matrix():

Changed

  • geom_image() renamed to geom_imshow()

    See updated examples: image 101,
    Fisher's boat.

  • geom_boxplot(): default value for parameter whisker_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 in geom_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 inside iframe with certain security policies.