File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 18
18
* Added an ` outside ` option to ` annotation_logticks() ` that places tick marks
19
19
outside of the plot bounds. (#3783 , @kbodwin )
20
20
21
+ * Facet strips now have dedicated position-dependent theme elements (` strip.text.x.top ` ,
22
+ ` strip.text.x.bottom ` , ` strip.text.y.left ` , ` strip.text.y.right ` ) that inherit from
23
+ ` strip.text.x ` and ` strip.text.y ` , respectively. As a consequence, some theme stylings now
24
+ need to be applied to the position-dependent elements rather than to the parent elements. This
25
+ change was already introduced in ggplot2 3.3.0 but not listed in the changelog. (@thomasp85 , #3683 )
26
+
21
27
* Data columns can now contain ` Vector ` S4 objects, which are widely used in the
22
28
Bioconductor project. (@teunbrand , #3837 )
23
29
You can’t perform that action at this time.
0 commit comments