From 1186a283fc65d3ac2e20c8e86d79cf76015d0fa4 Mon Sep 17 00:00:00 2001 From: Steffen Schneider Date: Sun, 29 Oct 2023 22:39:36 +0100 Subject: [PATCH] switch ref to py:class --- cebra/integrations/plotly.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cebra/integrations/plotly.py b/cebra/integrations/plotly.py index c62ed431..8f0c2089 100644 --- a/cebra/integrations/plotly.py +++ b/cebra/integrations/plotly.py @@ -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``. @@ -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: