Skip to content

Commit dd070e5

Browse files
committed
DOC: Touch up stat_density docstring
1 parent 330dfa8 commit dd070e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotnine/stats/stat_density.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ class stat_density(stat):
102102
# useful for stacked density plots
103103
104104
'scaled' # density estimate, scaled to maximum of 1
105+
'n' # Number of observations at a position
105106
```
106107
107-
'n' # Number of observations at a position
108108
109109
"""
110110
REQUIRED_AES = {"x"}

0 commit comments

Comments
 (0)