Created
December 3, 2021 15:16
-
-
Save malcalakovalski/a636d4433e26deb9aa5f7f1fea44aa73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| librarian::shelf(ggbrookings, magick) | |
| plot_wlogo <- | |
| add_logo(plot_path = 'figures/lorena_chart.png', # where your png is | |
| logo_path = 'hc', # Hutchins Center Logo | |
| logo_scale = 4, # Occupy one fourth of the horizontal space | |
| height_padding = 0.025 # Veritcal padding, adjust according to what looks good) | |
| image_write(image = plot_wlogo, | |
| path = 'figures/lorena_chart.png' #save the png file back to the same path, now with a logo) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment