njtierney / naniar

Tidy data structures, summaries, and visualisations for missing data
http://naniar.njtierney.com/
Other
651 stars 53 forks source link

Feature request: use geom_quasirandom() instead of jitter in geom_miss_point() #285

Open gvelasq opened 3 years ago

gvelasq commented 3 years ago

Hello, thanks very much for this excellent package.

Do you think it's possible to use ggbeeswarm::geom_quasirandom() instead of jitter for missing values plotted with geom_miss_point()? Having this flexibility would be great to avoid overplotting when there are many missing values.