Merge branch 'develop'

This commit is contained in:
robocopAlpha 2020-07-14 11:31:15 +03:00
commit e4a2a74ffe
3 changed files with 10 additions and 1 deletions

View file

@ -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:

View file

@ -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)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

After

Width:  |  Height:  |  Size: 212 KiB

Before After
Before After