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 ...
Got tired of handcrafting Matlab subplot'd figures every time I wanted to stack them together to share x and y axis so I spend the better half of yesterday creating a function to automate the process.