MUCollective / pgog

Supplemental to A Probabilistic Grammar of Graphics
14 stars 1 forks source link

Dotplots: plain dotplot with responsive layout #42

Open xiaoyingpu opened 4 years ago

xiaoyingpu commented 4 years ago

For {x,y} <- A, {h,w} <- P(A)

See

  1. https://mjskay.github.io/ggdist/articles/slabinterval.html under dotplots
  2. geom_dotplot in ggplot

Example specifications at pgog.Rmd: https://github.com/MUCollective/pgog/blob/8ed746b309ffbf96ca3146c5768c1d9fd81f1839/vignettes/pgog.Rmd#L330

image