Skip to content

Commit

Permalink
Fix docstrings for the geom_density2d() and geom_density2df() functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASmirnov-HORIS committed Mar 25, 2024
1 parent a3d038e commit 1c095c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python-package/lets_plot/plot/geom.py
Original file line number Diff line number Diff line change
Expand Up @@ -4242,6 +4242,7 @@ def geom_density2d(mapping=None, *, data=None, stat=None, position=None, show_le
Computed variables:
- ..group.. : number of density estimate contour line.
- ..level.. : calculated value of the density estimate for given contour line.
`geom_density2d()` understands the following aesthetics mappings:
Expand Down Expand Up @@ -4455,7 +4456,8 @@ def geom_density2df(mapping=None, *, data=None, stat=None, position=None, show_l
Computed variables:
- ..group.. : number of density estimate contour line.
- ..group.. : number of density estimate contour band.
- ..level.. : calculated value of the density estimate for given contour band.
`geom_density2df()` understands the following aesthetics mappings:
Expand Down

0 comments on commit 1c095c8

Please sign in to comment.