import numpy as np import pandas as pd import matplotlib.pyplot as plt ---------- Global parameters ---------- Fonts, linewidths, legend style, palette plt.rcParams.update({ "font.family": "Arial", "font.size": 10, "axes.linewidth": 1.2,