-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename 'is_ylim_fixed' and reverse boolean logic
It's hard for me to reason about doing something different when a boolean is FALSE. It's easier to reason about doing something different when the boolean is TRUE. Rename 'is_ylim_fixed' to 'use_global_ylim' and reverse the logic so we recalculate ylim when 'use_global_ylim' is TRUE. See #103.
- Loading branch information
1 parent
701f0fa
commit 26f8085
Showing
1 changed file
with
18 additions
and
18 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