We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logo is upper left but appears inside the figure not outside as it should.
library(theme.aagi) library("ggplot2") p1 <- ggplot(mtcars) + geom_point(aes( x = wt, y = mpg, colour = factor(gear) )) + facet_wrap(~ am) + theme_aagi() ggsave(p1, filename = "AAGI.png", path = tempdir()) add_aagi_logo(file_in = file.path(tempdir(), "AAGI.png"), file_out = file.path(tempdir(), "AAGI_logo.png")) x <- magick::image_read(file.path(tempdir(), "AAGI_logo.png")) print(x)
The text was updated successfully, but these errors were encountered:
adamhsparks
No branches or pull requests
Logo is upper left but appears inside the figure not outside as it should.
The text was updated successfully, but these errors were encountered: