Skip to content

Commit 3371bd3

Browse files
committed
chore(types): fix typo in plot title
1 parent 6eb7b9e commit 3371bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jina/types/arrays/neural_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def visualize(
285285

286286
plt.figure(figsize=(8, 8))
287287

288-
plt.title(title or f'{len(x_mat)} Documents with PCA')
288+
plt.title(title or f'{len(x_mat)} Documents with {method}')
289289

290290
if colored_attr:
291291
tags = []

0 commit comments

Comments
 (0)