yutannihilation / gghighlight

Highlight points and lines in ggplot2
https://yutannihilation.github.io/gghighlight/
Other
522 stars 23 forks source link

Fix for issue #152 #164

Closed thomcuddihy closed 3 years ago

thomcuddihy commented 3 years ago

Addresses #152 by making the unhighlighted params defaults be function-declared and not internal. If user is willing to set custom unhighlighted params, then user should be trusted to set colour and fill appropriately.

To dim non-matching data only: unhighlighted_params = list(alpha = 0.3

yutannihilation commented 3 years ago

Thanks for your attempt! However, I ended up with a different approach: #167