tidyverse/ggplot2

Could the `legend.box.just` be named `legend.box.justification` for consistency?

Opened this issue · 2 comments

Sorry to be pedantic. Feel free to close, if no bandwidth. Maybe a tidydev day thing? Well done on the v4 release!

theme(
  legend.justification = "top",
  legend.key.justification = "right", 
  legend.box.just = "right",
)

Hmmm, maybe the others can be shorter instead of legend.box.just longer? It is more of a pain from a maintenance perspective, but there is already precedence in grid for using just instead of justification.

Just all the same for the same concept would be good, which ever is decided