diff --git a/R/plots.R b/R/plots.R index 463d8f4..3c39aef 100644 --- a/R/plots.R +++ b/R/plots.R @@ -357,12 +357,14 @@ plotly_dend <- function(dend, title = "", range = c(0, max(segs$y)), linecolor = "#ffffff", + showticklabels = FALSE, showgrid = FALSE ) axis2 <- list( title = "", range = c(0, lab_max), linecolor = "#ffffff", + showticklabels = FALSE, showgrid = FALSE )