Skip to content

Commit

Permalink
Fix docs for save_plotly_graph_object
Browse files Browse the repository at this point in the history
  • Loading branch information
y0z committed Jan 24, 2025
1 parent 42631b5 commit 05a45bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optuna_dashboard/_custom_plot_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def objective(trial):
Args:
study:
Target study object.
plot_data:
The plotly's graph object to save.
figure:
A :class:`plotly.graph_objects.Figure` object to save.
graph_object_id:
Unique identifier of the graph object. If specified, the graph object is overwritten.
This must be a valid HTML id attribute value.
Expand Down

0 comments on commit 05a45bc

Please sign in to comment.