Skip to content

Commit

Permalink
switch ref to py:class
Browse files Browse the repository at this point in the history
  • Loading branch information
stes committed Oct 29, 2023
1 parent f83aec5 commit 1186a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cebra/integrations/plotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def plot_embedding_interactive(
This is supposing that the dimensions provided to ``idx_order`` are in the range of the number of
dimensions of the embedding (i.e., between 0 and :py:attr:`cebra.CEBRA.output_dimension` -1).
The function makes use of :py:func:`plotly.graph_objects.Scatter` and parameters from that function can be provided
The function makes use of :py:class:`plotly.graph_objects.Scatter` and parameters from that function can be provided
as part of ``kwargs``.
Expand All @@ -156,7 +156,7 @@ def plot_embedding_interactive(
title: The title on top of the embedding.
figsize: Figure width and height in inches.
dpi: Figure resolution.
kwargs: Optional arguments to customize the plots. See :py:func:`plotly.graph_objects.Scatter` documentation for more
kwargs: Optional arguments to customize the plots. See :py:class:`plotly.graph_objects.Scatter` documentation for more
details on which arguments to use.
Returns:
Expand Down

0 comments on commit 1186a28

Please sign in to comment.