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

Updates in lollipops #768

Merged
merged 12 commits into from
Apr 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Update API for geom_lollipop() (change behaviour of the dir parameter).
  • Loading branch information
ASmirnov-HORIS committed Apr 28, 2023
commit ce2bcd2c542771c4354fd3ba42493ad7527d0557
4 changes: 1 addition & 3 deletions python-package/lets_plot/plot/geom.py
Original file line number Diff line number Diff line change
Expand Up @@ -6350,11 +6350,9 @@ def geom_lollipop(mapping=None, *, data=None, stat=None, position=None, show_leg
orientation : {'x', 'y'}, default='x'
Specify the axis that the baseline should run along.
Possible values: 'x', 'y'.
dir : {'v', 'h', 's'}
dir : {'v', 'h', 's'}, default='v'
Direction of the lollipop stick.
'v' for vertical, 'h' for horizontal, 's' for orthogonal to the baseline.
If `orientation='x'`, default `dir` is 'v'.
If `orientation='y'`, default `dir` is 'h'.
fatten : float, default=2.5
A multiplicative factor applied to size of the point.
slope : float
Expand Down