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

Should bars etc default to linewidth=0, alpha=1 #981

Open
davidhodge931 opened this issue Oct 29, 2024 · 3 comments
Open

Should bars etc default to linewidth=0, alpha=1 #981

davidhodge931 opened this issue Oct 29, 2024 · 3 comments
Labels

Comments

@davidhodge931
Copy link
Owner

No description provided.

@davidhodge931 davidhodge931 changed the title Should bars etc default to colour=NA, alpha=1 Should bars etc default to linewidth=0, alpha=1 Oct 30, 2024
@davidhodge931
Copy link
Owner Author

If you use colour = NA, it doesn't work with a colour aesthetic set - dodging still stuffs up

@davidhodge931
Copy link
Owner Author

davidhodge931 commented Oct 30, 2024

Premise: polygons should default to linewidth of 0 and alpha of 1:

  • size is not distorted
  • they will sit adjacently nicely
  • the colour will be aligned with points/lines

alpha_area = 1,
alpha_bar = 1,
alpha_polygon = 1,
alpha_rect = 1,
alpha_tile = 1,
alpha_violin = 1,
alpha_density = 1,

linewidth_area = 0,
linewidth = 0,
linewidth_polygon = 0,
linewidth_rect = 0,
linewidth_tile = 0,
linewidth_density = 0,

linewidth_ribbon = 0,
alpha_ribbon = 1,

bin_2d
raster??

@davidhodge931
Copy link
Owner Author

Alpha 1, except:
alpha_boxplot = 0.33,
alpha_crossbar = 0.33,
alpha_smooth = 0.33,
alpha_label = 0.05,

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

No branches or pull requests

1 participant