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
Thanks for this package! I use {plotly} often using ggplotly(p) and was disappointed when {ggsignif} was unable to convert. Thankfully, {ggpval} has no such issue, however the styling of the text (italic 'P') does not carry over.
I appreciate that this isn't any fault of {ggpval} but in anticipation of this use case, how about an optional argument to disable styling of the text, so that it goes through ggplotly() verbatim?
Hi @jonocarroll thanks for using the package, sorry for the delayed reply.
Since ggplotly is wrapping the text differently, I added an option specifically for that. The repo is updated, one can install this dev version with devtools::install_github("s6juncheng/ggpval"). The CRAN package will be updated in the next few days. After the installation, you can simply give the plotly=TRUE option, the text style will also be rendered:
Thanks for this package! I use {plotly} often using
ggplotly(p)
and was disappointed when {ggsignif} was unable to convert. Thankfully, {ggpval} has no such issue, however the styling of the text (italic 'P') does not carry over.I appreciate that this isn't any fault of {ggpval} but in anticipation of this use case, how about an optional argument to disable styling of the text, so that it goes through
ggplotly()
verbatim?example code:
The text was updated successfully, but these errors were encountered: