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
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"
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: