From 66c3bbfa94d8a41e58adf154be25e6d86fee8e30 Mon Sep 17 00:00:00 2001 From: "martial.simon" Date: Sun, 13 Apr 2025 19:54:19 +0200 Subject: init: initial commit --- PVCM/cama/fr/data/cours.mplstyle | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 PVCM/cama/fr/data/cours.mplstyle (limited to 'PVCM/cama/fr/data/cours.mplstyle') diff --git a/PVCM/cama/fr/data/cours.mplstyle b/PVCM/cama/fr/data/cours.mplstyle new file mode 100644 index 0000000..2b7f135 --- /dev/null +++ b/PVCM/cama/fr/data/cours.mplstyle @@ -0,0 +1,13 @@ +# https://matplotlib.org/tutorials/introductory/customizing.html +# https://github.com/matplotlib/matplotlib/blob/master/matplotlibrc.template + +figure.figsize: 10,5 + +axes.titlesize : 16 +axes.labelsize : 16 +lines.linewidth : 2 +lines.markersize : 8 +xtick.labelsize : 12 +ytick.labelsize : 12 + +image.aspect: equal -- cgit v1.2.3