forked from armollica's block: Fantasy Football Scores
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
| height: 2000 |
Built with blockbuilder.org
Built with blockbuilder.org
Using a slider to control the radius of a circle. First simple example to get started.
forked from jfost00's block: Slider Control
Built with blockbuilder.org
Built with blockbuilder.org
forked from johangithub's block: AFSC Utility by Multi-Barchart
Built with blockbuilder.org
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
| license: gpl-3.0 |
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
| ## Animal Behaviour journal ggplot2 theme | |
| ## Please contact me (jc3181 AT columbia DOT edu) if have improvements or comments | |
| theme_animalbehaviour <- theme(plot.title = element_text(hjust = 0, vjust = 1, size = rel(2.3)), | |
| panel.background = element_blank(), | |
| plot.background = element_blank(), | |
| panel.grid.major.x = element_blank(), | |
| panel.grid.minor = element_blank(), | |
| strip.background = element_blank(), | |
| panel.border = element_rect(fill = NA, colour = "black"), |