pnkraemer / tueplots

Figure sizes, font sizes, fonts, and more configurations at minimal overhead. Fix your journal papers, conference proceedings, and other scientific publications.
https://tueplots.readthedocs.io
MIT License
663 stars 25 forks source link

_Inches_per_Point is inverted #81

Closed philipphennig closed 2 years ago

philipphennig commented 2 years ago

The Variable _INCHES_PER_POINT = 1.0 * 72.27 in line 5 of figsizes.py is the wrong way round. It should either be renamed to _POINTS_PER_INCH or be set to 1.0 / 72.27.

pnkraemer commented 2 years ago

Good catch! That is indeed invalid.

Would you like to resolve it yourself in a pull request? I assume it will be a quick fix :) If not, I can take care of this later.