Commit 544b60e
Use percentile-based axis bounds for linear histogram panel
- lin_xlim: cap at p99_val * 1.05 instead of last non-zero bin
- lin_ylim: cap at max count within the visible x range * 1.05
so the distribution body is visible, not dominated by a spike
- log and CDF panels keep the existing disp_max bounds
Agent-Logs-Url: https://github.com/khanlab/SPIMquant/sessions/7db49e48-7c6c-4c09-b466-650c2ca2aef3
Co-authored-by: akhanf <11492701+akhanf@users.noreply.github.com>1 parent d489341 commit 544b60e
1 file changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
| |||
69 | 67 | | |
70 | 68 | | |
71 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
72 | 80 | | |
73 | 81 | | |
74 | 82 | | |
| |||
84 | 92 | | |
85 | 93 | | |
86 | 94 | | |
87 | | - | |
| 95 | + | |
| 96 | + | |
88 | 97 | | |
89 | 98 | | |
90 | 99 | | |
| |||
0 commit comments