briandk / granovaGG

Bob Pruzek and Jim Helmreich's implementation of Elemental Graphics for Analysis of Variance
Other
15 stars 4 forks source link

the group size fonts seem too small #103

Closed WilDoane closed 13 years ago

WilDoane commented 13 years ago

Also for .1w the group size fonts, and the rest of it too, seem awfully small; is there a downside to making them about 30% larger?

briandk commented 13 years ago

The group size fonts are deliberately smaller so it's easier to distinguish them from group labels when group labels are numeric. In the example below, I've:

Image of darkened, enlarged group sizes in granovagg.1w

The reason for shifting the size elements up a bit is so that when there are longer text labels for groups, the size labels don't overrun as much. Compare the output of the following commands before and after the aesthetic changes:

library(granovaGG)
granovagg.1w(data = mpg$hwy, group = mpg$manufacturer)

image of before/after aesthetic changes showing that afterwards, labels don't overrun group sizes as much

WilDoane commented 13 years ago

I should have included @rmpruzek on the initial post