Skip to content

Commit 55b94b3

Browse files
authored
Merge pull request #2 from Djubz/codex/fix-z_title-default-value-typo
Fix z_title default string
2 parents d4b23b5 + 9ae2029 commit 55b94b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utils/embeddings_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def chart_from_components_3D(
221221
strings: Optional[List[str]] = None,
222222
x_title: str = "Component 0",
223223
y_title: str = "Component 1",
224-
z_title: str = "Compontent 2",
224+
z_title: str = "Component 2",
225225
mark_size: int = 5,
226226
**kwargs,
227227
):

0 commit comments

Comments
 (0)