Michael Weylandt
Michael Weylandt
@talgalili: Consider a scenario where you have T different n-by-p matrices and you want to view them as heatmaps. We want to visualize this as a movie (T being time)...
Hi @jjn13, Any updates on this?
Let's revisit this as part of adding missing data support, since the necessary `alpha` will depend on the missing data pattern as well.
Mostly addressed by #130. I'm going to leave this open to figure out if it's possible / reasonable to have `geom_text_repel` try to avoid the path traces as well as...
Partially closed by #51 -- I'm leaving this open pending docs for post-processing.
Not a problem with you specifically. This is a weird bug I've been trying to track down for a while but can't get a handle on. It's somewhere in the...
Crud. That's supposed to be how `fps` gets set. I have a sneaking suspicion that this isn't really a problem with `fps` but is lower down in ImageMagick / R...
This is partially handled by #31, but still some stuff to think through: - [ ] Other criteria (eBIC / AIC, internal CV) - Also requires us to change name...
I'm fine with this if we want to include them as utility scripts in the repo (but also put them in .Rbuildignore) Ideally, we could set up CI to check...
Elsewhere you mentioned scaling instead of proper projection: that's a clever idea and has the advantage of not changing sparsity patterns. No firm thoughts one way or the other yet...