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

weave_geom_defaults v2 #981

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

weave_geom_defaults v2 #981

davidhodge931 opened this issue Oct 29, 2024 · 4 comments

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 31, 2024

Alpha as is (i.e. 1 and 0.4 for smooth), except:
alpha_boxplot = 0.4,
alpha_crossbar = 0.4,
alpha_ribbon = 0.4,
alpha_label = 0.05,

@davidhodge931
Copy link
Owner Author

davidhodge931 commented Nov 11, 2024

weave_geom_defaults(
	colour = "#357BA2FF",
	colour_text = "#121B24FF",
	colour_label = colour_text,
	colour_reference_line = colour_text,
	colour_curve = colour_reference_line,
	fill = colour,
	fill_label = colour_label,
	
	alpha_boxplot = 04,
	alpha_crossbar = 0.4,
	alpha_ribbon = 0.4,
	alpha_label = 0.05,	
	
	linewidth = 0.66,
	linewidth_area = 0,
	linewidth_density = 0,
	linewidth_bar = 0,
	linewidth_polygon = 0,
	linewidth_rect = 0,
	linewidth_ribbon = 0,
	linewidth_sf = 0, #################
	linewidth_tile = 0,
	linewidth_reference_line = 0.33,
	linewidth_curve = linewidth_reference_line,

	size_point = 1.5,
	size_pointrange = 0.2,
	size_sf = 1.5,
	size_text = 11/2.835052,
	size_label = size_text,
	family_text = "",
	family_label = family_text
)

@davidhodge931 davidhodge931 changed the title Should bars etc default to linewidth=0, alpha=1 weave_geom_defaults v2 Nov 11, 2024
@davidhodge931 davidhodge931 changed the title weave_geom_defaults v2 weave_geom_default v2 Nov 11, 2024
@davidhodge931 davidhodge931 changed the title weave_geom_default v2 weave_geom_defaults v2 Nov 11, 2024
@davidhodge931
Copy link
Owner Author

GeomArea$default_aes
GeomBlank$default_aes
GeomBoxplot$default_aes
GeomCol$default_aes
GeomContour$default_aes
GeomContourFilled$default_aes
GeomCrossbar$default_aes
GeomCurve$default_aes
GeomDensity$default_aes
GeomDensity2d$default_aes
GeomDensity2dFilled$default_aes
GeomDotplot$default_aes
GeomErrorbar$default_aes
GeomHex$default_aes
GeomLabel$default_aes
GeomText$default_aes
GeomLine$default_aes
GeomLinerange$default_aes
GeomPoint$default_aes
GeomSf$default_aes
GeomPointrange$default_aes
GeomPolygon$default_aes
GeomQuantile$default_aes
GeomRect$default_aes
GeomRibbon$default_aes
GeomSegment$default_aes
GeomSmooth$default_aes
GeomViolin$default_aes
GeomTile$default_aes

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

No branches or pull requests

1 participant