Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse_2_ed icon indicating copy to clipboard operation
Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse_2_ed copied to clipboard

Please use `linewidth` instead.

Open ASKurz opened this issue 2 years ago • 0 comments

This is largely fixed. However, two main types of cases remain:

  • The linewidth parameter isn't fully supported by tidybayes and ggdist, yet. Based on GitHub (see here), it looks like this will be fixed in the next release of ggdist.
  • There are a few cases where I used scale_size_manual(), which should be replaced by scale_linewidth_manual(). However, there was a goof and the current version of ggplot2 doesn't have an option for scale_linewidth_manual() (see here). I'm hoping this will be fixed in the next release of ggplot2. (e.g., Section 7.3)

ASKurz avatar Jan 15 '23 22:01 ASKurz