jthomasmock / gtExtras

A Collection of Helper Functions for the gt Package.
https://jthomasmock.github.io/gtExtras/
Other
195 stars 27 forks source link

Adding DENSITY type sparklines to Fx: gt_plt_summary(DF) #105

Closed sfd99 closed 9 months ago

sfd99 commented 1 year ago

Hi Tom,

Thanks for the wonderful, super-useful gtExtras PKG!.

quick Q: Any chance to allow the function: gt_plt_summary(DF) to display: Density plot sparklines (instead of only the current default bars sparklines ).

Maybe w/ an optional arg:
"density" (default) -or- "bars" ?.

EX: gt_plt_summary(DF, type = "density") # or type = "bars"

Thanks, Tom!! sfd99 San Francisco Latest R / Rstudio Ubuntu LINUX 20.04 gtExtras PKG v: 0.5.0

jthomasmock commented 9 months ago

Thanks for the request! gt_plt_summary() is focused on histograms. I'll close this for now but see if there's additional interest.