Using gt_plt_dumbbell in gtExtras left aligns all lower end values regardless of magnitude.
head(mtcars) %>% gt() %>% gt_plt_dumbbell(disp, mpg)
Could there be a way to align them numerically? It appears the same_limit argument in gt_plt_dist takes care of this. Could a similar argument be added to gt_plt_dumbbell (and other plots too) to address this issue?
Using
gt_plt_dumbbellingtExtrasleft aligns all lower end values regardless of magnitude.head(mtcars) %>% gt() %>% gt_plt_dumbbell(disp, mpg)Could there be a way to align them numerically? It appears the
same_limitargument ingt_plt_disttakes care of this. Could a similar argument be added togt_plt_dumbbell(and other plots too) to address this issue?