Skip to content

Conversation

@karawoo
Copy link
Member

@karawoo karawoo commented Jul 3, 2017

Closes #2176. These optional parameters control the default sizes of line and rectangle elements and are set to base_size / 22 by default. As requested here I've added new tests at base_size = 33.

@karawoo karawoo requested a review from hadley July 3, 2017 20:15
Copy link
Member

@hadley hadley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can merge once you've tweaked the default argument values.

#' @rdname ggtheme
theme_grey <- function(base_size = 11, base_family = "") {
theme_grey <- function(base_size = 11, base_family = "",
base_line_size, base_rect_size) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here it is ok to do base_line_size = base_size / 22

@karawoo karawoo merged commit c6623c3 into tidyverse:master Jul 3, 2017
@karawoo karawoo deleted the base-line-size branch July 3, 2017 21:08
@lock
Copy link

lock bot commented Jan 18, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants