We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab6476 commit f0fe607Copy full SHA for f0fe607
cebra/integrations/plotly.py
@@ -174,7 +174,7 @@ def plot_embedding_interactive(
174
CEBRA(max_iterations=10)
175
>>> embedding = cebra_model.transform(X)
176
>>> cebra_time = np.arange(X.shape[0])
177
- >>> fig = cebra.integrations.plotly.plot_embedding_interactive(embedding, embedding_labels=cebra_time)
+ >>> fig = cebra.plot_embedding_interactive(embedding, embedding_labels=cebra_time)
178
179
"""
180
return _EmbeddingInteractivePlot(
0 commit comments