Skip to content

youplot bar doesn't render bars smoothly - but youplot hist works correctly #59

@msuriar

Description

@msuriar
  • 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
Image

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"
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions