2025-11-21: Re-initialized repo

This commit is contained in:
Moussouni, Yaël
2025-11-21 14:58:36 +01:00
parent c655555c3c
commit 226580399b
12 changed files with 125 additions and 965 deletions

View File

@@ -1,18 +1,26 @@
<!--[TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS-->
```diff
! [TLP:AMBER] LIMITED DISTRIBUTION: WORK IN PROGRESS
```
# 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 cm` de chaque côté (`_1`)
- deux colonnes avec un séparation de `1 cm` et des marges de `2 cm` de chaque côté (`_2`)
- beamer au format 3:2 (`_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
Author: Moussouni, Yaël (PhD student; yael.moussouni@astro.unistra.fr)\
Institution: Université de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR 7550, F-67000 Strasbourg, France
## [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 cm` margins on each side (`_1`)
- two columns with a `1 cm` separation and `2 cm` margins (`_2`)
- beamers with a 3:2 format (`_beamer`)
- a more simple style (without LaTeX) and a monospace font (Latin Modern Mono; `_light`)
Date: 2025-11-21
more informations: https://matplotlib.org/stable/users/explain/customizing.html#customizing-with-style-sheets
## WARNING: WORK IN PROGRESS
**The current version of the scripts in this repository is in development. Please use with extreme caution, significant and reliable results cannot be guaranteed.**
## Licence
**MSc2 Internship: SMACS Cluster**
Copyright (C) 2025 Yaël Moussouni (yael.moussouni@astro.unistra.fr)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see www.gnu.org/licenses/.