Skip to content
Snippets Groups Projects
Commit 477995e4 authored by robocopAlpha's avatar robocopAlpha
Browse files

update readme

added info why the theme_dc.plot.L.45.nolegend.R exists
parent 8b4ee7de
No related branches found
No related tags found
No related merge requests found
......@@ -41,3 +41,6 @@ customtheme <- DC_theme_generator(type = 'L',
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
```
The above theme results in a canvas like this:
![Rplot](img/Rplot.png)
\ No newline at end of file
img/Rplot.png

28.8 KiB

# This is legacy theme defination for maintaining compatibility with my own historical code base.
library(ggplot2)
theme_dc.plot.L.45.nolegend=theme(
theme_dc.plot.L.45.nolegend=ggplot2::theme(
axis.line = element_line(colour = "black",
size=0.5),
panel.border = element_blank(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment