JuliaPlots / UnicodePlots.jl

Unicode-based scientific plotting for working in the terminal
Other
1.45k stars 82 forks source link

heatmap errors for -Inf #378

Closed sadish-d closed 4 weeks ago

sadish-d commented 6 months ago

I get an InexactError: trunc(Int64, NaN) for heatmap([1 2; 3 -Inf]), not for heatmap([-Inf;;]) or heatmap([1 2; 3 Inf]).

t-bltg commented 6 months ago

Thanks for reporting, I'll try to fix this ASAP.