diff --git a/DC_theme_generator.R b/DC_theme_generator.R index 0bcfa73..cf698c9 100644 --- a/DC_theme_generator.R +++ b/DC_theme_generator.R @@ -1,3 +1,10 @@ +#### +## Author: Deepankar Chakroborty +## Available at: https://gitlab.utu.fi/deecha/ggplot_themes/ +## Report issues: https://gitlab.utu.fi/deecha/ggplot_themes/-/issues/new + + + DC_theme_generator <- function(type,legend=T,ticks="out",x.axis.angle=0,hjust=0.5,vjust=0.5,fontsize.cex=1.5,fontfamily="serif"){ ## Options: diff --git a/README.md b/README.md index a956dba..2949b98 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ ```ggplot2``` is a fantastic package made available by the great people over at [tidyverse](https://ggplot2.tidyverse.org/). ```ggplot2``` is great for designing plots layer by layer in R. Although ```ggplot2``` provides theming capabilities, the default choices available through the package can seem mundane and unapplealing for making publication quality figures. -See these examples:![animation](img/animation.gif) +See these examples: + +![animation](img/animation.gif) diff --git a/img/animation.gif b/img/animation.gif index c9eb5be..286fc1a 100644 Binary files a/img/animation.gif and b/img/animation.gif differ