Skip to content

Feature Request: Improve Axis Tick Label Readability #3876

@hrituraj-hr

Description

@hrituraj-hr

Whenever I use Seaborn plots, the axis tick labels are not very readable. Instead of showing rounded or user-friendly numbers, the labels are generated directly based on the num_bins logic.

For example, the x-axis might display ranges like:

2377–8067, 8067–13757, 13757–19447

These numbers are technically correct but not easy to interpret. It would be much more readable if the ranges were rounded to cleaner values, such as:

3000–9000, 9000–15000, 15000–21000

Request / Suggestion:
It would be helpful if Seaborn provided an option (or automatically applied logic) to round tick labels to "nice" numbers instead of raw bin edges. This would improve readability and make the plots more presentation-friendly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions