more quality of life updates

This commit is contained in:
2026-04-01 23:07:05 -07:00
parent 878c7b415c
commit d4cecf0372
79 changed files with 139 additions and 127 deletions

View File

@@ -22,7 +22,7 @@ Compute the height distribution histogram (DH). Use log scale to reveal small pe
| n_bins | INT | 256 | Number of histogram bins (101000) |
| y_scale | dropdown | linear | Y-axis scale: linear or log |
## Limitations
## Notes
- Cursor positions are stored as fractions of the histogram range and are set interactively.
- Log scale displays bins as log(count); bins with zero count appear as the minimum log value.