-
Notifications
You must be signed in to change notification settings - Fork 3
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
ggetho() multiplot data differs in adjacent rows #38
Comments
thanks @cabaJr for reporting your issue. that seems like a bug at first glance. is there any chance you could try to reproduce it with a toy dataset? |
Here is a simplified version of the code that allows generating a plot. Some issues are already evident in row 6 and 7.
sorry for taking a long time to provide a simplified working version, hope this will help in solving the issue |
|
Hello,
I'm experiencing some issues with the visualization of data using ggetho() function and the multiplot = 2 argument.
In particular, I found out that data are not consistent between rows, while instead the second half of a row should be repeated in the first half of the following row. (see image for clarification).
Apparently this is more evident in those rows where the tiles are small, but when superimposing the two halves of the graph you can see that there is a slight difference in the height.
The snippet of code I used to generate the plot is
being the dataset 'sum' a timeserie table in long format, with a column for 'id' of different individues, 't' as progressing time
t <- seq(from = 0, to = 1295940, by = 60)
counts_ min
is the column used for z axis and it has values ranging from 0 to 70column named
Cabinet
andgene
are factors that can assume only two different values each.anybody has experienced the same issue/ knows how to solve this?
The text was updated successfully, but these errors were encountered: