Files
littlefs/scripts
Christopher Haster a290c98880 scripts: plotmpl.py: Added --w/hpad/w/hspace for low-level pad control
These just expose the low-level w/hpad and w/hspace controls available
in matplotlib's constrained_layout.

---

I think something funky might be going on with matplotlib's
constrained_layout. I've noticed a relatively annoying amount of padding
as the number of plots in the grid grow quite large. Though as is usual
with plotmpl.py, this may just be my own fault with the amount of hacks
being applied.

--w/hpad and --w/hspace provide a temporary workaround by overriding the
low-level padding controls in matplotlib's constrained_layout (--w/hpad
should probably be preferred, --w/hspace seems to be a legacy option).

Though, while a temporary solution, these are probably a good idea to
keep around for easy tweaking of plot padding.
2026-03-09 22:57:06 -05:00
..
2025-04-16 15:23:06 -05:00