API: tueplots package#
tueplots package.
tueplots is a Python package that helps you create plots that match the styles and guidelines of different conferences and journals.
Each module in TUEplots provides specific settings like fonts, figure sizes, axes behavior, and bundled configurations for specific conferences.
Examples
>>> import matplotlib.pyplot as plt
>>> from tueplots import bundles
>>>
>>> # Select a style bundle
>>> style = bundles.icml2024(usetex=False)
>>>
>>> # Apply the style to matplotlib
>>> plt.rcParams.update(style)
>>>
>>> # Create a plot
>>> fig, ax = plt.subplots()
>>> ax.plot([0, 1, 2], [2, 1, 3])
>>> ax.set_xlabel("$x$ label")
>>> ax.set_ylabel("$y$ label")
>>> plt.show()
(Source code, png, hires.png, pdf)
- tueplots.axes module
- tueplots.bundles module
aaai2024()aistats2022()aistats2023()aistats2025()beamer_moml()beamer_moml_dark_bg()colm2026()cvpr2024()eccv2024()iclr2023()iclr2024()icml2022()icml2024()jmlr2001()neurips2021()neurips2022()neurips2023()neurips2024()probnum2025()tmlr2023()tue_ai_beamer()tue_ai_beamer_dark_bg()tue_ai_thesis()uai2023()
- tueplots.cycler module
- tueplots.figsizes module
aaai2024_full()aaai2024_half()aistats2022_full()aistats2022_half()aistats2023_full()aistats2023_half()aistats2025_full()aistats2025_half()beamer_169()colm2026()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()tue_ai_thesis()uai2023_full()uai2023_half()
- tueplots.fonts module
aaai2024_tex()aistats2022_tex()aistats2023_tex()aistats2025_tex()beamer_moml()beamer_tue_ai()colm2026()colm2026_tex()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()roboto_condensed()tmlr2023_tex()tue_ai_thesis_tex()uai2023_tex()
- tueplots.fontsizes module
- tueplots.markers module
- tueplots.constants package
- tueplots.constants.markers module
- tueplots.constants.color package
- tueplots.constants.color.palettes module
- tueplots.constants.color.rgb module
mps_graymps_greenmps_lightgraymps_lightgreenpn_bluepn_graypn_greenpn_orangepn_redtue_ai_accenttue_ai_brightyellowtue_ai_darktue_ai_darkbluetue_ai_graytue_ai_lightbluetue_ai_oceanbluetue_ai_oceangreentue_ai_springgreentue_bluetue_browntue_darktue_darkbluetue_darkgreentue_goldtue_graytue_greentue_lightbluetue_lightgoldtue_lightgreentue_lightorangetue_mauvetue_ocretue_orangetue_redtue_violet