-
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.
Convert QVAnalysis to use BasePlotter
Add an hline method to BaseDrawer and expose linewidth and linestyle as series options. Catch expected warnings about insufficient trials in analysis tests. Remove filters preventing test failures when using the deprecated visualization APIs.
- Loading branch information
Showing
8 changed files
with
231 additions
and
82 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
features: | ||
- | | ||
An :meth:`~qiskit_experiments.visualization.BasePlotter.hline` method was | ||
added to :class:`~qiskit_experiments.visualization.BasePlotter` for | ||
generating horizontal lines. See `#1348 | ||
<https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1348>`__. | ||
- | | ||
The | ||
:class:`~qiskit_experiments.library.quantum_volume.QuantumVolumeAnalysis` | ||
analysis class was updated to use | ||
:class:`~qiskit_experiments.library.quantum_volume.QuantumVolumePlotter` | ||
for its figure generation. The appearance of the figure should be the same | ||
as in previous | ||
releases, but now it is easier to customize the figure by setting options | ||
on the plotter object. See `#1348 | ||
<https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1348>`__. |
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