mirror of
https://github.com/dchakro/ggplot_themes.git
synced 2026-05-17 11:22:16 -07:00
add first function
This commit is contained in:
commit
c0bbc9b3d9
1 changed files with 1 additions and 0 deletions
1
theme_dc.plot.L.45.nolegend.R
Normal file
1
theme_dc.plot.L.45.nolegend.R
Normal file
|
|
@ -0,0 +1 @@
|
|||
theme_dc.plot.L.45.nolegend=theme(axis.line = element_line(colour = "black",size=0.5),panel.border = element_blank(),panel.background=element_blank(),panel.grid.major=element_blank(),panel.grid.minor =element_blank(),axis.text.y= element_text(size = rel(1.5),color="black",margin=unit(c(0.3,0.3,0.3,0.3), "cm"),hjust=0.5,angle=0),legend.key= element_rect(fill=NA,colour = NA),legend.position="none", axis.ticks =element_line(colour = "black"),axis.text.x = element_text(angle = 45,hjust = 1,size = rel(1.5),color="black",margin=unit(c(0.3,0.3,0.3,0.3), "cm")),text=element_text(family="serif"),axis.ticks.length =unit(0.2, "cm"),axis.title = element_text(size=rel(1.5)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue