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

Thickness of the shapes #236

Closed
bioguy2018 opened this issue Jan 15, 2020 · 1 comment
Closed

Thickness of the shapes #236

bioguy2018 opened this issue Jan 15, 2020 · 1 comment

Comments

@bioguy2018
Copy link

Dear All,
I am using ggline() to draw some plots.Can someone please tell me how can I increase the thickness of the shapes in legend and in my plot?
This is done usually through geom_point(stroke = 1.5) in ggplot but in ggpubr this doesn't work

@kassambara
Copy link
Owner

fixed now, thanks!

library(ggpubr)
# Default plot
ggline(
  ToothGrowth, x = "dose", y = "len", add = "mean_sd",
  shape = 21, point.size = 5
  )

# Use stroke
ggline(
  ToothGrowth, x = "dose", y = "len", add = "mean_sd",
  shape = 21, point.size = 5, stroke = 5
)

Created on 2020-05-10 by the reprex package (v0.3.0.9001)

kassambara added a commit that referenced this issue May 10, 2020
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

2 participants