forked from qiskit-community/qiskit-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix curve analysis multi-canvas plotting (qiskit-community#804)
- Loading branch information
1 parent
7b5dfb1
commit 2ef87ae
Showing
2 changed files
with
18 additions
and
10 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
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/fix-multi-series-plot-ac5ff39cabf5d578.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fix broken curve analysis output figure when multi canvas mode is enabled. | ||
Currently this feature is only used by :class:`.CrossResonanceHamiltonianAnalysis`. | ||
It has been plotting all series data in the same canvas due to the bug. |