% [ha, pos] = tight_subplot(Nh, Nw, gap, marg_h, marg_w) ...
I was testing a loop/subplot script to explore how to automatically set the line width in symbols that are not filled (e.g., crossed) but ran into this bug: #!/usr/bin/env bash # Test automatic pen ...