You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
new section
blah blah
The text was updated successfully, but these errors were encountered:
This is largely fixed. However, two main types of cases remain:
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.scale_size_manual()
, which should be replaced byscale_linewidth_manual()
. However, there was a goof and the current version of ggplot2 doesn't have an option forscale_linewidth_manual()
(see here). I'm hoping this will be fixed in the next release of ggplot2.new section
blah blah
The text was updated successfully, but these errors were encountered: