Skip to content

Commit f0fe607

Browse files
authored
Simplify plotly docstring example (#102)
1 parent bab6476 commit f0fe607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cebra/integrations/plotly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def plot_embedding_interactive(
174174
CEBRA(max_iterations=10)
175175
>>> embedding = cebra_model.transform(X)
176176
>>> cebra_time = np.arange(X.shape[0])
177-
>>> fig = cebra.integrations.plotly.plot_embedding_interactive(embedding, embedding_labels=cebra_time)
177+
>>> fig = cebra.plot_embedding_interactive(embedding, embedding_labels=cebra_time)
178178
179179
"""
180180
return _EmbeddingInteractivePlot(

0 commit comments

Comments
 (0)