Skip to content
New issue

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

include watermark on bottom #4

Open
sdtaylor opened this issue May 6, 2020 · 1 comment
Open

include watermark on bottom #4

sdtaylor opened this issue May 6, 2020 · 1 comment
Labels
notes Notes about various things

Comments

@sdtaylor
Copy link
Owner

sdtaylor commented May 6, 2020

Link to this repo

"This figure is a replication for educational purposes"
"The data may not match the original
"see https://github.com/sdtaylor/complex_figure_examples"

maybe a giant watermark of:
"Example figure. Not made with real data. For educational purposes only."
"see https://github.com/sdtaylor/complex_figure_examples"

@sdtaylor
Copy link
Owner Author

sdtaylor commented May 9, 2020

watermark code

water_mark = 'Example figure for educational purposes only. Not made with real data.\n See github.com/sdtaylor/complex_figure_examples'

final_figure = ggdraw(final_figure) +
  geom_rect(data=data.frame(xmin=0.05,ymin=0.05), aes(xmin=xmin,ymin=ymin, xmax=xmin+0.4,ymax=ymin+0.1),alpha=0.9, fill='grey90', color='black') + 
  draw_text(water_mark, x=0.05, y=0.1, size=10, hjust = 0)

@sdtaylor sdtaylor added the notes Notes about various things label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notes Notes about various things
Projects
None yet
Development

No branches or pull requests

1 participant