-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fencepost problem with colorbar bins
This makes the numbers on the colourbar labels much rounder if the range is a multiple of 20. This comes from the fencepost problem, which describes how you need n+1 dividers to support n bins. For example, imagine a fence with 5 segments, like so: |###|###|###|###|###| Notice that we have 6 posts (denoted with | characters) for our 5 fence segments. This is the fence post problem.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters