Skip to content

Instantly share code, notes, and snippets.

@Siddhant-K-code
Siddhant-K-code / my-random-ai-projects.md
Last active October 5, 2025 17:27
Random AI projects of Siddhant
@Siddhant-K-code
Siddhant-K-code / beautiful-matplotlib-graphs.py
Created September 7, 2025 04:44
Beautiful MatplotLib's xkcd graph
#!/usr/bin/env python3
# make_chalk_plots.py
# Hand-drawn (xkcd) style charts; saves stacked + per-panel images.
from pathlib import Path
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.patheffects as pe
# --------- Output ----------