DataSlingers / clustRviz

Compute Convex (Bi)Clustering Solutions via Algorithmic Regularization
https://DataSlingers.github.io/clustRviz/
GNU General Public License v3.0
19 stars 14 forks source link

Use `geom_text_repel` in dynamic path plots #127

Open michaelweylandt opened 3 years ago

michaelweylandt commented 3 years ago

Use geom_text_repel for dynamic plots. This is tricky for plotly plots, but should be possible for gganimate plots

Potentially relevant SO question: https://stackoverflow.com/questions/55723567/how-to-stop-ggrepel-labels-moving-between-gganimate-frames-in-r-ggplot2

michaelweylandt commented 3 years ago

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 the "original data dots".