commit c0bbc9b3d9df9dc4ba63e45bc84fc9c4f164c6f5 Author: robocopAlpha Date: Mon Jul 13 15:41:06 2020 +0300 add first function diff --git a/theme_dc.plot.L.45.nolegend.R b/theme_dc.plot.L.45.nolegend.R new file mode 100644 index 0000000..b6476c4 --- /dev/null +++ b/theme_dc.plot.L.45.nolegend.R @@ -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))) \ No newline at end of file