You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changelog.qmd
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ title: Changelog
16
16
- You can now use a sequence to set the position of each text on colorbar, or have the
17
17
positions alternate left and right or bottom and top.
18
18
19
+
- Added [](:class:`~plotnine.composition.plot_annotation`), allowing you to add title,
20
+
subtitle or caption to a composition.
21
+
19
22
### Bug Fixes
20
23
21
24
- Fixed [](:class:`~plotnine.geom_smooth`) / [](:class:`~plotnine.stat_smooth`) when using a linear model via "lm" with weights for the model to do a weighted regression. This bug did not affect the formula API of the linear model. ({{< issue 1005 >}})
0 commit comments