You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --cmap_ranges option (#1)
Improvements to allow users to specify colorbar range by ANI value
Fix annotation value to be shown in figure
Before: Rounded ANI values are shown (e.g. 99.99... -> 100)
After: Rounded down ANI values are shown (e.g. 99.99... -> 99.9)