Skip to content

Commit

Permalink
Add special quotation marks to the position_dodge() function in docst…
Browse files Browse the repository at this point in the history
…rings.
  • Loading branch information
ASmirnov-HORIS committed Mar 27, 2024
1 parent a84afe6 commit ab547e9
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion python-package/lets_plot/plot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def layer(geom=None, stat=None, data=None, mapping=None, position=None, **kwargs
position : str or `FeatureSpec`
Position adjustment.
Either a position adjustment name: 'dodge', 'dodgev', 'jitter', 'nudge', 'jitterdodge', 'fill',
'stack' or 'identity', or the result of calling a position adjustment function (e.g., position_dodge() etc.).
'stack' or 'identity', or the result of calling a position adjustment function (e.g., `position_dodge()` etc.).
kwargs:
Other arguments passed on to layer. These are often aesthetics settings, used to set an aesthetic to a fixed
value, like color = "red", fill = "blue", size = 3 or shape = 21. They may also be parameters to the
Expand Down
Loading

0 comments on commit ab547e9

Please sign in to comment.