Skip to content

Commit 16976a8

Browse files
committed
Undo change in theme_linedraw
1 parent 54e88b8 commit 16976a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/theme-defaults.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ theme_linedraw <- function(base_size = 11, base_family = "") {
204204
theme_bw(base_size = base_size, base_family = base_family) %+replace%
205205
theme(
206206
# black text and ticks on the axes
207-
axis.text = element_text(colour = "black", size = rel(1.6)),
207+
axis.text = element_text(colour = "black", size = rel(0.8)),
208208
axis.ticks = element_line(colour = "black", size = rel(0.5)),
209209
# NB: match the *visual* thickness of axis ticks to the panel border
210210
# 0.5 clipped looks like 0.25

0 commit comments

Comments
 (0)