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

geom_pointrange(): 'size' aesthetic shouldn't affect line width #751

Closed
ASmirnov-HORIS opened this issue Apr 3, 2023 · 1 comment
Closed

Comments

@ASmirnov-HORIS
Copy link
Collaborator

Example:

ggplot() + geom_pointrange(x=0, ymin=0, ymax=2, y=1, size=10)

Output:

Expected output:

@alshan alshan modified the milestones: New, 2023Q2 Apr 3, 2023
@OLarionova-HORIS
Copy link
Contributor

Fix via cc4c05b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants