- Running on macOS 26.1
- GhosTTY 1.2.3
- YouPlot 0.4.6
uplot hist works as expected:
echo -e "import random;" \
"print('\\\n'.join(list(str(random.normalvariate(mu=0, sigma=1)) for _ in range(10000))))" | python3 | uplot hist --nbins 20
uplot bar does not:
curl -sL https://git.io/ISLANDScsv \
| sort -nk2 -t, \
| tail -n15 \
| uplot bar -d, -t "Areas of the World's Major Landmasses"
