-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mpl drawer backend to support unshared axes (#1242)
### Summary Experiment plotter can create a multi-sub canvas (axes) figure, but x and y plot range (xlim/ylim in matplotlib) must be shared among sub axes. This PR relaxes this limitation and allows a developer to write analysis class that can generate figure containing axes with different plot ranges. ### Details and comments Several figure options are updated to take a list of options for each axis. New options ``sharex`` and ``sharey`` are added to unlink the axis settings. These new options are True by default for backward compatibility.
- Loading branch information
1 parent
b27f33c
commit 9842de1
Showing
4 changed files
with
192 additions
and
143 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
Oops, something went wrong.