Skip to content

Commit d510f31

Browse files
fix axis label size cls1 zoom
1 parent ed6db0e commit d510f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ ggplot(unscaled_cancer, aes(x = Area,
10671067
facet_zoom(x = ( Area > 380 & Area < 420) ,
10681068
y = (Smoothness > 0.08 & Smoothness < 0.14), zoom.size = 2) +
10691069
theme_bw() +
1070-
theme(text = element_text(size = 18), axis.title=element_text(size=18), legend.position="bottom")
1070+
theme(text = element_text(size = 13), axis.title=element_text(size=13), legend.position="bottom")
10711071
```
10721072

10731073
### Balancing

0 commit comments

Comments
 (0)