mirror of
https://github.com/dchakro/ggplot_themes.git
synced 2026-05-17 11:22:16 -07:00
Merge branch 'develop'
This commit is contained in:
commit
e4a2a74ffe
3 changed files with 10 additions and 1 deletions
|
|
@ -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"){
|
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:
|
## Options:
|
||||||
|
|
|
||||||
|
|
@ -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.
|
```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:
|
See these examples:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 212 KiB |
Loading…
Add table
Add a link
Reference in a new issue