Skip to content

v0.14.3

Latest
Compare
Choose a tag to compare
@has2k1 has2k1 released this 26 Nov 15:00
· 10 commits to main since this release
v0.14.3

Enhancements

  • Got rid of a logging information about the fontsize that is recorded for all plots that have a legend. (#889)
  • When using geom_text with adjust_text, some sensible default arrow properties will be applied.
  • Changed the threshold number of keys for when the legend is split into multiple columns from 20 to 15. This only applies in the default case when the user does not set the number of rows or columns i.e. guide_legend(nrow=None, ncol=None). (#757)