-
-
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 'update_ylim' attribute from actions
The 'ylim' belongs to the panel, not each individual action. The panel constructor's 'use_fixed_ylim' argument determines whether or not the panel 'ylim' can be modified by an action. This changes how 'ylim' is determined when a new panel is added to a plot. Previously, the 'ylim' for the new panel was calculated as the range of the data provided when the panel was created, and the 'ylim' for the new panel was always fixed. Adding more series to an existing panel would not update the panel 'ylim' value, so added series values outside the initial 'ylim' would not appear on the panel.
- Loading branch information
1 parent
26b604a
commit 5fe3202
Showing
1 changed file
with
9 additions
and
12 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