Skip to content

angle argument to element_text() does not work for label_text #1474

@ASmirnov-HORIS

Description

@ASmirnov-HORIS

Example:

ggplot() + \
    geom_crossbar(ymin=-1, ymax=1, labels=layer_labels().line("Text")) + \
    theme(label_text=element_text(size=30, angle=45))

Output:

Output

Expected:

Expected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions