diff options
| author | Yuren Hao <yurenh2@illinois.edu> | 2026-07-15 10:32:26 -0500 |
|---|---|---|
| committer | Yuren Hao <yurenh2@illinois.edu> | 2026-07-15 10:32:26 -0500 |
| commit | a6d88a18a4bfd46ab0dd487730b72dcbc3b8b5b8 (patch) | |
| tree | ad6a724c445958c8e5ddca1906fdd9bc63a764a2 /ep_run/fig_primer_pack2.py | |
| parent | 82da86dbd49a093a24e0827331667e8e9e6217df (diff) | |
assets/: organize into decks|figs|hw|refs|misc; scripts + gitignore repointed
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
Diffstat (limited to 'ep_run/fig_primer_pack2.py')
| -rw-r--r-- | ep_run/fig_primer_pack2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ep_run/fig_primer_pack2.py b/ep_run/fig_primer_pack2.py index ff28476..d23f9ca 100644 --- a/ep_run/fig_primer_pack2.py +++ b/ep_run/fig_primer_pack2.py @@ -14,7 +14,7 @@ ORAN, ORANF = '#d95f02', '#fdeee2' RED = '#b03a2e' CREAM, CREME = '#faf6ee', '#c9b895' GREEN = '#2e7d32' -A = '/home/yurenh2/ept/assets/' +A = '/home/yurenh2/ept/assets/figs/' def newfig(w, h, xmax=100, ymax=62): fig = plt.figure(figsize=(w, h)) |
