gtExtras icon indicating copy to clipboard operation
gtExtras copied to clipboard

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

Open tjkelman opened this issue 1 year ago • 1 comments

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()...?

tjkelman avatar Nov 07 '23 22:11 tjkelman

Thanks!

jthomasmock avatar Feb 05 '24 02:02 jthomasmock

+1 thanks

laresbernardo avatar Mar 19 '24 15:03 laresbernardo

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

jthomasmock avatar Apr 04 '24 23:04 jthomasmock