TUEplots reference documentation#
TUEplots is a light-weight matplotlib extension that adapts your figure sizes to formats more suitable for scientific publications. It produces configurations that are compatible with matplotlib’s rcParams, and provides fonts, figure sizes, font sizes, color schemes, and more, for a number of publication formats.
Supported Venues#
The following venues are currently supported by TUEplots out of the box as pre-configured bundles:
Conference on Neural Information Processing Systems (NeurIPS)
International Conference on Artificial Intelligence and Statistics (AISTATS)
International Conference on Learning Representations (ICLR)
International Conference on Machine Learning (ICML)
Conference on Uncertainty in Artificial Intelligence (UAI)
Journal of Machine Learning Research (JMLR)
Transactions of Machine Learning Research (TMLR)
Conference on Computer Vision and Pattern Recognition (CVPR)
Association for the Advancement of Artificial Intelligence (AAAI)
European Conference on Computer Vision (ECCV)
International Conference on Probabilistic Numerics (ProbNum)
For further details on the available bundles, check out the tueplots.bundles API documentation.
Getting started
Example notebooks
API documentation
- API: tueplots package
- tueplots.axes module
- tueplots.bundles module
- tueplots.cycler module
- tueplots.figsizes module
aaai2024_full()
aaai2024_half()
aistats2022_full()
aistats2022_half()
aistats2023_full()
aistats2023_half()
aistats2025_full()
aistats2025_half()
beamer_169()
cvpr2022_full()
cvpr2022_half()
cvpr2024_full()
cvpr2024_half()
eccv2024()
iclr2023()
iclr2024()
icml2022_full()
icml2022_half()
icml2024_full()
icml2024_half()
jmlr2001()
neurips2021()
neurips2022()
neurips2023()
neurips2024()
probnum2025_full()
probnum2025_half()
tmlr2023()
uai2023_full()
uai2023_half()
- tueplots.fonts module
aaai2024_tex()
aistats2022_tex()
aistats2023_tex()
aistats2025_tex()
beamer_moml()
beamer_moml_dark_bg()
cvpr2024()
cvpr2024_tex()
eccv2024_tex()
iclr2023()
iclr2023_tex()
iclr2024()
iclr2024_tex()
icml2022()
icml2022_tex()
icml2024()
icml2024_tex()
jmlr2001_tex()
neurips2021()
neurips2021_tex()
neurips2022()
neurips2022_tex()
neurips2023()
neurips2023_tex()
neurips2024()
neurips2024_tex()
probnum2025_tex()
tmlr2023_tex()
uai2023_tex()
- tueplots.fontsizes module
- tueplots.markers module
- tueplots.constants package
Developer documentation
Other