Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.83 KB

future_changes.md

File metadata and controls

38 lines (28 loc) · 2.83 KB

[4.3.1] - 2024-mm-dd

Added

  • Parameter labwidth in facet_wrap() and x_labwidth/y_labwidth in facet_grid().

    See: example notebook.

  • Parameter linetype in element_text() and element_rect() in theme() [LPK-235].

    See: example notebook.

Changed

Fixed

  • Incorrect 'plot_background' area (with empty space capture) [#918].
  • geom_density2df: uneven borders [#941].
  • DateTime is not recognised in polars.DataFrame [#961].
  • Support arrow() in geom_spoke() [#986].
  • Support geom_spoke() in geom_livemap() [#988].
  • Line segments in geom_density2df() do not get interpolated when used with coord_polar() [#1037].
  • arrow on segment: reduce arrow size for short segments [#1040].
  • arrow on curve sometimes looks weird [#1041].
  • livemap: when release the mouse button from outside the map, it gets stuck in panning mode [#1044].
  • Improve documentation for parameter position [#1047].
  • Error when build geom_smooth() with se=False [#1050].
  • Livemap: vjust implemented incorrectly [#1051].
  • Add tooltips for geom_curve() [#1053].
  • Incorrect position for bar annotations when specifying scale_x_reverse()/scale_y_reverse() [#1057].
  • Missing outer bar annotations when specifying scale_x_reverse()/scale_y_reverse() [#1058].
  • geom_density2d: the doc missing some 'computed' variables [#1062].
  • Weird and problematic behavior : lets-plot does not respect x and y. Sizing problem ?[#1068].
  • Add linetype parameter in elementLine() and elementRect() [LPK-235].
  • Any way to line-wrap facet labels? [LPK-237].
  • Missing marginal gridlines.