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

heatmap.3 breaks when colsep contains 0 #4

Open
idno0001 opened this issue Feb 28, 2017 · 0 comments
Open

heatmap.3 breaks when colsep contains 0 #4

idno0001 opened this issue Feb 28, 2017 · 0 comments

Comments

@idno0001
Copy link

If the colsep parameter is a vector containing 0, running heatmap.3 gives the following error message:

 Error in rect(xleft = csep + 0.5, ybottom = rep(0, length(csep)), xright = csep +  :
  cannot mix zero-length and non-zero-length coordinates

Setting ybottom = 0 in heatmap.3.R:345 seems to make it work.

(The rowsep parameter is not affected.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant