-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
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
Labels
No labels