hadley / ggplot2-book

ggplot2: elegant graphics for data analysis
https://ggplot2-book.org/
1.57k stars 684 forks source link

From points to mm #308

Closed Excelsior7 closed 1 year ago

Excelsior7 commented 2 years ago

The correct "formula" to convert from points to millimeters if we use multiplication is the following:

p points = p * (25.4/72.27) mm.