Skip to content

Commit

Permalink
go back to lcm(1.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Nov 29, 2023
1 parent 5129723 commit a83bc04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ kw_dflt = function(x, key.pos) {
x[[1]]
lcm(cm(max(strwidth(strings, "inches"))) * 1.3 + par("ps")/12) # cm
} else
lcm(1.8 * par("ps")/12)
# lcm(1.8 * par("ps")/12)
lcm(1.8)
}


Expand Down

0 comments on commit a83bc04

Please sign in to comment.