Skip to content

Commit

Permalink
Simplify plotly docstring example (AdaptiveMotorControlLab#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
stes authored Oct 29, 2023
1 parent bab6476 commit f0fe607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cebra/integrations/plotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def plot_embedding_interactive(
CEBRA(max_iterations=10)
>>> embedding = cebra_model.transform(X)
>>> cebra_time = np.arange(X.shape[0])
>>> fig = cebra.integrations.plotly.plot_embedding_interactive(embedding, embedding_labels=cebra_time)
>>> fig = cebra.plot_embedding_interactive(embedding, embedding_labels=cebra_time)
"""
return _EmbeddingInteractivePlot(
Expand Down

0 comments on commit f0fe607

Please sign in to comment.