8000 DOC: fixed newlines around table and end of docstring · matplotlib/matplotlib@bdba773 · GitHub
[go: up one dir, main page]

Skip to content

Commit bdba773

Browse files
committed
DOC: fixed newlines around table and end of docstring
1 parent 5ba30aa commit bdba773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cbook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,6 @@ def boxplot_stats(X, whis=1.5, bootstrap=None, labels=None):
19001900
fliers outliers
19011901
======== ===================================
19021902
1903-
19041903
N 6CE5 otes
19051904
-----
19061905
Non-bootstrapping approach to confidence interval uses Gaussian-based
@@ -1911,6 +1910,7 @@ def boxplot_stats(X, whis=1.5, bootstrap=None, labels=None):
19111910
General approach from:
19121911
McGill, R., Tukey, J.W., and Larsen, W.A. (1978) "Variations of
19131912
Boxplots", The American Statistician, 32:12-16.
1913+
19141914
'''
19151915

19161916
def _bootstrap_median(data, N=5000):

0 commit comments

Comments
 (0)
0