briandk / granovaGG

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

Title and x-label justification for granova.contr.ggplot is too far left #62

Closed briandk closed 13 years ago

briandk commented 13 years ago

The problems are likely related to hjust and vjust in theme-defaults.R:

  theme_granova_contr$axis.title.x     <- theme_text(size = 10, vjust = -0.3)
  theme_granova_contr$plot.title       <- theme_text(face = "bold", size = base_size, vjust = 1)
briandk commented 13 years ago

This issue may be a bug in grid.arrange itself. For now, I'm going to close the issue.