Skip to content

Commit 2592286

Browse files
committed
Remove extra error bar comment
1 parent cdb0e5f commit 2592286

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

nbs/tutorials/04-proportion_plot.ipynb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,10 +1687,6 @@
16871687
}
16881688
],
16891689
"source": [
1690-
"# Note on error bars for proportion plots: you can pass a seaborn `errorbar`\n",
1691-
"# argument through barplot_kwargs, such as 'errorbar': ('sd', 1) for the standard\n",
1692-
"# deviation. DABEST's proportion plots instead show the BSE,\n",
1693-
"# √(p(1-p)/n).\n",
16941690
"two_groups_unpaired.mean_diff.plot(barplot_kwargs={\"alpha\":0.5, \"edgecolor\":\"red\", \"linewidth\":2});"
16951691
]
16961692
},

0 commit comments

Comments
 (0)