Skip to content

Trying to change theme elements for plot.tag but only applying to one tag_level letter #372

@daniellembecker

Description

@daniellembecker

Hi I am trying to change the size and face of the tag_levels on my plots but whenever I run the code below for two plots:

prod_combined_plot <- (production_plot | kelp.treatment) +
plot_annotation(tag_levels = 'A') +
theme(plot.tag = element_text(face = "bold", size = 18));prod_combined_plot

Only the second letter (B) changes size and becomes bold while A stays the same. Both plots are made the same way and have the same dimensions.

Screen Shot 2024-08-01 at 10 06 36 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions