Skip to content

Commit

Permalink
Merge pull request #307 from siddharthab/patch-1
Browse files Browse the repository at this point in the history
Hide row dendrogram axis ticks for plotly
  • Loading branch information
talgalili authored May 17, 2024
2 parents 234388d + 7dbb7ea commit 88e8474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 88e8474

Please sign in to comment.