mirror of
https://codeberg.org/Yael-II/Matplotlib-Style.git
synced 2026-03-14 21:36:28 +01:00
3f1fd9411018f24dee77536d68ce3cabe1f5ab43
Python Matplotlib Style
[FR] Utilisation
Le style peut être utilisé avec plt.style.use("CHEMIN/REPERTOIRE/YII"). Ce style est prévu pour générer des figures pouvant être intégrées dans un document LaTeX (police Latin Modern Roman) au format A4 avec :
- une colonne et des marges de
3 cmde chaque côté (_1) - deux colonnes avec un séparation de
1 cmet des marges de2 cmde chaque côté (_2) 10 cm * 15 cm(au lieu de A4) avec des marges de1 cmde chaque côté (_beamer)- un style plus simple (sans LaTeX) et une police monospace (Latin Modern Mono;
_light)
plus d'informations: https://matplotlib.org/stable/users/explain/customizing.html#customizing-with-style-sheets
[EN] Usage
The style can be used with plt.style.use("PATH/DIRECTORY/YII"). This style has been made to generate figures that can be integrated in LaTeX documents, with:
- one column and
3 cmmargins on each side (_1) - two columns with a
1 cmseparation and2 cmmargins (_2) 10 cm * 15 cm(instead of A4) with1 cmmargins on each side (_beamer)- a more simple style (without LaTeX) and a monospace font (Latin Modern Mono;
_light)
more informations: https://matplotlib.org/stable/users/explain/customizing.html#customizing-with-style-sheets
Description
Languages
Python
86.5%
Shell
13.5%