-
-
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.
Remove 'use_get_ylim' and use 'is_ylim_fixed'
Multi-panel plots were the only time 'use_get_ylim' was TRUE. And the only time it had any effect was when 'is_ylim_fixed' was also FALSE, which was only true when 'yaxis.same' was TRUE. This was one of two times we had to re-calculate the 'ylim' based on every panel. The other time was when 'ylim' is NULL and 'multi.panel' was FALSE. And 'is_ylim_fixed' is also FALSE in that case, so we know to re-calculate 'ylim' whenever 'is_ylim_fixed' is FALSE. See #103.
- Loading branch information
1 parent
37eb2c7
commit 701f0fa
Showing
1 changed file
with
7 additions
and
20 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