You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my mega long (nearly 500 row) heatmap, forcing the hline with force.grid.hline = T increases the time to make a plot by a huge amount. I'm going from a plot made in 5 seconds to a plot made in minutes, with just changing that parameter.
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. I will look into it, but I suspect that it has to do with the underlying ggplot function and there may be nothing that I can do. Will let you know when I get a chance to check it out.
On my mega long (nearly 500 row) heatmap, forcing the hline with
force.grid.hline = T
increases the time to make a plot by a huge amount. I'm going from a plot made in 5 seconds to a plot made in minutes, with just changing that parameter.The text was updated successfully, but these errors were encountered: