Skip to content

Commit 9b3be8f

Browse files
committed
docs(analysis): correct plot_results_spread() docstring
1 parent 2a5da1d commit 9b3be8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@
587587
" Name of column to plot.\n",
588588
" x_label (str):\n",
589589
" X axis label.\n",
590-
" y_label (str):\n",
591-
" Y axis label.\n",
590+
" file (str):\n",
591+
" Filename to save figure to.\n",
592592
" \"\"\"\n",
593593
" fig = px.histogram(trial.trial_results_df[column])\n",
594594
" fig.update_layout(\n",

0 commit comments

Comments
 (0)