diff --git a/changelog.html b/changelog.html index cbd3367ae..a4e3b21ca 100644 --- a/changelog.html +++ b/changelog.html @@ -2,7 +2,7 @@
- + @@ -113,7 +113,7 @@
-
+
Create plot title
diff --git a/reference/guide.html b/reference/guide.html index 3f6792c75..512f9a9f6 100644 --- a/reference/guide.html +++ b/reference/guide.html @@ -2,7 +2,7 @@ - + @@ -113,7 +113,7 @@
-
+
Add labels for aesthetics and/or title
+Add labels for any aesthetics with a scale or title, subtitle & caption
kwargs : str = {}
x: str | None = None
Aesthetics (with scales) to be renamed. You can also set the title
and caption
.
y: str | None = None
alpha: str | None = None
color: str | None = None
colour: str | None = None
fill: str | None = None
linetype: str | None = None
shape: str | None = None
size: str | None = None
stroke: str | None = None
title: str | None = None
subtitle: str | None = None
caption: str | None = None