fix plot crowding

This commit is contained in:
2026-03-26 01:11:28 -07:00
parent 7a37c15d54
commit 673b2cae6b
2 changed files with 5 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ Reference for future implementation. Grouped by value to typical SPM workflows.
| 11 | Grain Distance Transform | mask_edt.c | Euclidean distance from grain boundaries. Useful for spatial distribution analysis. |
| 12 | Watershed Segmentation | grain_wshed.c | Automatic grain detection without manual threshold. More robust than simple thresholding. |
| 13 | Rotate / Flip | rotate.c, basicops.c | Basic geometric transforms (90°, arbitrary angle, mirror). |
| 14 | Crop | crop.c | Extract sub-region of a field. |
| ~~14~~ | ~~Crop~~ | ~~crop.c~~ | ~~Extract sub-region of a field.~~ **DONE** |
## Medium Value