Skip to content

Commit

Permalink
Got rid of logging info about fontsize < 1
Browse files Browse the repository at this point in the history
closes #889
  • Loading branch information
has2k1 committed Nov 25, 2024
1 parent e6251f9 commit f748614
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/changelog.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
---
title: Changelog
---
## v0.14.3
(not-yet-released)

### Enhancements

- Got rid of a logging information about the fontsize that is recorded for all
plots that have a legend. ({{< issue 889 >}})

## v0.14.2
(2024-11-21)

Expand Down
2 changes: 1 addition & 1 deletion plotnine/guides/guides.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def _anchored_offset_box(boxes: list[PackerBase]):
child=box,
pad=1,
frameon=False,
prop=FontProperties(size=0, stretch=0),
prop=FontProperties(size=1, stretch=0),
bbox_to_anchor=(0, 0),
bbox_transform=self.plot.figure.transFigure,
borderpad=0.0,
Expand Down

0 comments on commit f748614

Please sign in to comment.