Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some presets for figure sizes #3

Open
kjappelbaum opened this issue Jan 31, 2024 · 2 comments
Open

add some presets for figure sizes #3

kjappelbaum opened this issue Jan 31, 2024 · 2 comments

Comments

@kjappelbaum
Copy link
Collaborator

one/two column wide for ACS/Nature

@kjappelbaum
Copy link
Collaborator Author

Nature

Standard figure sizes are 89 mm wide (single column) and 183 mm wide (double column); figures can also be a column-and-a-half width where necessary (120–136 mm)

@kjappelbaum
Copy link
Collaborator Author

from scipy.constants import golden

ONE_COL_WIDTH_INCH = 3.25
TWO_COL_WIDTH_INCH = 7.2

ONE_COL_GOLDEN_RATIO_HEIGHT_INCH = ONE_COL_WIDTH_INCH / golden
TWO_COL_GOLDEN_RATIO_HEIGHT_INCH = TWO_COL_WIDTH_INCH / golden

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant