You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dfSummary creates histograms for continuous variables. However, currently the xaxis below the histogram does not contain any tick mark labels, so it is unclear which values correspond to the bars in the histogram.
Would it be possible to add an option to show xaxis tick mark labels? Something like this:
data(mtcars)
hist(mtcars$mpg)
The text was updated successfully, but these errors were encountered:
Not impossible, but it would require a lot of fine-tuning to ensure the tickmarks/labels are not aesthetically damning. Maybe a proof-of-concept (create a dfSummary with such histograms using an image editor) would be useful...
Further development is not on the radar on my end, at least for a while, but if anyone wants to have a go at it, help is always welcome.
dfSummary
creates histograms for continuous variables. However, currently the xaxis below the histogram does not contain any tick mark labels, so it is unclear which values correspond to the bars in the histogram.Would it be possible to add an option to show xaxis tick mark labels? Something like this:
The text was updated successfully, but these errors were encountered: