Skip to content

Commit

Permalink
Merge pull request #1020 from y0z/feature/fix-docs
Browse files Browse the repository at this point in the history
Fix docs for `save_plotly_graph_object`
  • Loading branch information
c-bata authored Jan 24, 2025
2 parents 42631b5 + 05a45bc commit 765735c
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 765735c

Please sign in to comment.