Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing labels #23

Closed
seagatejiayilu opened this issue Apr 8, 2016 · 5 comments
Closed

Not showing labels #23

seagatejiayilu opened this issue Apr 8, 2016 · 5 comments
Labels
Milestone

Comments

@seagatejiayilu
Copy link

Hi Andrie,

I use ClustOfVar to get a fit, then I plot it with your great package.

fit = ClustOfVar::hclustvar(X.quanti = D)
p1 = ggdendrogram(as.dendrogram(fit))

The problem is: I have five laptops, three of them can show greatly with labels but two of them just cannot display the labels. What do you think might be causing the issue? Can it be Java issues? Thanks.

@andrie
Copy link
Owner

andrie commented Apr 11, 2016

Two requests:

  1. Can you please make the example reproducible so I can try it?
  2. What are the Operating system and R version for the machines?

@andrie
Copy link
Owner

andrie commented Apr 14, 2016

I have a suspicion this is related to #24.

A change in the scales package causes labels to display in scales v0.3, but not to display in scales 0.4.

I have now fixed the problem in ggdendrogram(), so hopefully this also resolves this issue.

@seagatejiayilu, Can you please report the version of scales that you have installed on these machines?

@xfim
Copy link

xfim commented Apr 15, 2016

Same here, with scales_0.4.0 labels are not plotted. When using the development version (of ggdendro) it works.

@jiayi9
Copy link

jiayi9 commented Apr 27, 2016

@andrie andrie added this to the v0.1.20 milestone Apr 27, 2016
@andrie
Copy link
Owner

andrie commented Apr 27, 2016

This was fixed with #24

@andrie andrie closed this as completed Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants