mirror of
https://github.com/dchakro/ggplot_themes.git
synced 2026-05-17 11:22:16 -07:00
update description
This commit is contained in:
parent
138478394c
commit
fe72db0a85
4 changed files with 23 additions and 12 deletions
6
source.R
6
source.R
|
|
@ -32,8 +32,8 @@ customtheme <- DC_theme_generator(type = 'L',
|
|||
x.axis.angle = 45,
|
||||
hjust = 0.5,
|
||||
vjust = 0.5,
|
||||
fontsize.cex = 1.8,
|
||||
fontfamily = 'mono',
|
||||
fontstyle = "bold")
|
||||
fontsize.cex = 1.5,
|
||||
fontfamily = 'Palatino',
|
||||
ax.fontstyle = "bold.italic")
|
||||
|
||||
ggplot(data = dat, aes(x=X,y=Y,color=Class)) + geom_point() + scale_color_manual(values=c("red","blue")) + xlab("X-axis") + ylab("Y-axis") + ggtitle("Customized DC_theme_generator") + customtheme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue