Skip to content

Commit

Permalink
fix dendrogram
Browse files Browse the repository at this point in the history
  • Loading branch information
daschw committed May 7, 2020
1 parent 4bbe8d4 commit f586e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
*.jl.*.cov
*.jl.mem
Manifest.toml
dev/
2 changes: 1 addition & 1 deletion src/dendrogram.jl
Expand Up @@ -30,7 +30,7 @@ end
xlims := (0.5, length(hc.order) + 0.5)

linecolor --> :black
xticks --> (1:nnodes(hc), (1:nnodes(hc))[hc.order])
xticks --> (1:nnodes(hc), string.(1:nnodes(hc))[hc.order])
ylims --> (0, Inf)
yshowaxis --> useheight

Expand Down

0 comments on commit f586e37

Please sign in to comment.