Matplotlib on the tight theme

Lazy on demand subplots.

  • 1️⃣ You can add subplots later, wherever you want.
  • 2️⃣ You can manipulate subplots with numpy-like slices.
  • 3️⃣ Oekaki warn about potentially misleading graphs. (ex: No labels or units.)
  • 🍣 (Oekaki imports japanize-matplotlib if it’s installed.)

import numpy as np
import oekaki

# 1️⃣: lazy draw subplots
fig = oekaki.figure(strict

 

To finish reading, please visit source site