Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes in docstrings #1063

Merged
merged 8 commits into from
Mar 26, 2024
Next Next commit
Fix docstrings for the geom_density2d() and geom_density2df() functions.
  • Loading branch information
ASmirnov-HORIS committed Mar 25, 2024
commit 1c095c849dc20664b8786e59fe7060cd2528f756
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