pbreheny / visreg

Visualization of regression functions
http://pbreheny.github.io/visreg/
61 stars 18 forks source link

strip.names not working correctly with ggplot #85

Closed manuSrep closed 4 years ago

manuSrep commented 4 years ago

I am trying to use the strip.names parameter with a character vector like (strip.names=c("c1:yes", "c2"no) ) It works fine for gg=FALSE but only level values are shown for gg=TRUE as if strip.names=FALSE

visreg version 2.6.1 ggplot2 version 3.3.0

I assume there is a bug, but even if not any help is much appreciated

pbreheny commented 4 years ago

Thanks for bringing this to my attention! This is fixed now on the GitHub version (visreg >= 2.6.1.1).