We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44de0df commit 22a8fd3Copy full SHA for 22a8fd3
1 file changed
doc/changelog.qmd
@@ -73,6 +73,10 @@ title: Changelog
73
+ theme(strip_placement="outside")
74
```
75
76
+- [](:class:`~plotnine.facet_wrap`) gained a `strip_position` parameter with
77
+ which you can place the strip on any side of the panel; `"top"` (default),
78
+ `"bottom"`, `"left"` or `"right"`.
79
+
80
### API Changes
81
82
- Removed `geom.to_layer()`, `stat.to_layer()`, `annotate.to_layer()`,
0 commit comments