-
-
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.
Constant
ylim
susceptible to numerical precision issues
Replace strict `==` with `all.equal()` and move the check into a function defined in the plot object. Use constant ylim for multi.panel with different y-axis ylim. The main panel ylim are recalculated using the range of all columns, even when `multi.panel = TRUE` and only one column is plotted on the panel. Closes #368. Co-authored-by: Joshua Ulrich <josh.m.ulrich@gmail.com>
- Loading branch information
1 parent
62aa765
commit 96612b7
Showing
2 changed files
with
39 additions
and
21 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