pnkraemer / tueplots

Figure sizes, font sizes, fonts, and more configurations at minimal overhead. Fix your journal papers, conference proceedings, and other scientific publications.

Home Page:https://tueplots.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_Inches_per_Point is inverted

philipphennig opened this issue · comments

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.

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.