Skip to content

Commit 2ce56f6

Browse files
committed
feat(plot): show image label in image sprites
1 parent 14339bb commit 2ce56f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docarray/document/mixins/plot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ def display(self):
100100
else:
101101
self.summary()
102102

103-
plot = deprecate_by(display, removed_at='0.5')
104-
105103
def plot_matches_sprites(
106104
self,
107105
top_k: int = 10,

0 commit comments

Comments
 (0)