jthomasmock / gtExtras

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

Fix for issue #104 (gt_plt_summary(): can fail to plot overview for numeric data due to binwidth computation failure) creates unwanted histograms #111

Closed tjkelman closed 5 months ago

tjkelman commented 10 months ago

in gt_plt_summary(): The solution to issue #104, which uses hist()to compute the breaks when bw is zero, works great but generates separate histogram plots for all variables in which this condition is true (due to hist generating histogram plots unless you tell it not to). I think the fix is just adding plot=FALSE in the call to hist()...?

jthomasmock commented 7 months ago

Thanks!

laresbernardo commented 6 months ago

+1 thanks

jthomasmock commented 5 months ago

This is fixed in latest dev version -- will push that up shortly!