Skip to content

Instantly share code, notes, and snippets.

View carltabie's full-sized avatar

carltabie

  • Joined Oct 9, 2025
View GitHub Profile
@carltabie
carltabie / Li-Cu.md
Last active October 9, 2025 08:52
Li-Cu

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,