Skip to content

Commit 31c15d8

Browse files
committed
Update 09-plot_aesthetics.ipynb
1 parent f4e1d63 commit 31c15d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nbs/tutorials/09-plot_aesthetics.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,10 +1389,10 @@
13891389
"\n",
13901390
"The relevant inputs to `reference_band_kwargs` are:\n",
13911391
"\n",
1392-
"- `'span_ax'` - Whether the summary bars should span the entire x-axis or start from the relevant effect size curve\n",
1393-
"- `'color'` - Color of the summary bars. If color is not specified, the color of the effect size curve will be used.\n",
1394-
"- `'alpha'` - Alpha of the summary bars (transparency)\n",
1395-
"- `'zorder'` - Zorder of the summary bars (the layering relative to other plot elements)"
1392+
"- `'span_ax'` - Whether the reference band(s) should span the entire x-axis or start from the relevant effect size curve\n",
1393+
"- `'color'` - Color of the reference band(s). If color is not specified, the color of the effect size curve will be used.\n",
1394+
"- `'alpha'` - Alpha of the reference band(s) (transparency)\n",
1395+
"- `'zorder'` - Zorder of the reference band(s) (the layering relative to other plot elements)"
13961396
]
13971397
},
13981398
{

0 commit comments

Comments
 (0)