Skip to content

Commit 72f195d

Browse files
committed
DOC: stat_summary fun_data returns named columns
closes has2k1#405
1 parent 1134a6a commit 72f195d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotnine/stats/stat_summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class stat_summary(stat):
131131
One of
132132
:py:`['mean_cl_boot', 'mean_cl_normal', 'mean_sdl', 'median_hilow']`
133133
or any function that takes a array and returns a dataframe
134-
with three rows indexed as ``y``, ``ymin`` and ``ymax``.
134+
with three columns named ``y``, ``ymin`` and ``ymax``.
135135
Defaults to :py:`'mean_cl_boot'`.
136136
fun_y : function, optional (default: None)
137137
Any function that takes a array-like and returns a value

0 commit comments

Comments
 (0)