This commit is contained in:
2025-11-05 08:43:18 +01:00
parent 6466f07935
commit e6f4a7369f
11 changed files with 314 additions and 128 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
import matplotlib.pyplot as plt
def get_rc_params():
colors = ["FF220C", "70D6FF", "8AAA79", "666370", "1C1F33"]
rcParams = plt.rcParams
@@ -29,4 +30,5 @@ def get_rc_params():
rcParams["ytick.right"] = True
return rcParams
plt.rcParams.update(get_rc_params())
plt.rcParams.update(get_rc_params())