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

Figure printing is a mess #31

Open
jacobnzw opened this issue Jul 27, 2021 · 0 comments
Open

Figure printing is a mess #31

jacobnzw opened this issue Jul 27, 2021 · 0 comments
Labels
enhancement New feature or request research-code Pertaining to the research code.

Comments

@jacobnzw
Copy link
Owner

The use of figprint.py and journal_figure.py should be totally eliminated. The class FigurePrint is completely unnecessary. There could be a file common to all research code figure_utils.py, which would store the RC params for "research paper" format of figures and helper functions for calculating the figure size etc.

Everything can be handled by combination of matplotlib.pyplot.rc_context and matplotlib.switch_backends.

@jacobnzw jacobnzw added enhancement New feature or request research-code Pertaining to the research code. labels Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request research-code Pertaining to the research code.
Projects
None yet
Development

No branches or pull requests

1 participant