Skip to content

Specify annotations[0].align/annotations[0].valign on [0, 1] scale #1577

Closed
@cpsievert

Description

@cpsievert

Currently these attributes may be specified on a discretized scale with 3 categories.

Mainly requesting so we can achieve parity with ggplot2 when converting labels/annotations:

qplot(1:10) + 
ggtitle("Hey there") + 
  theme(plot.title = element_text(size = 40, vjust = 1, hjust = 0.75, debug = T))

screen shot 2017-04-10 at 2 12 15 pm

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions