qiskit-community / qiskit-experiments

Qiskit Experiments
https://qiskit-community.github.io/qiskit-experiments/
Apache License 2.0
160 stars 126 forks source link

Median Quartiles and Box Plots #1403

Open AbdullahKazi500 opened 9 months ago

AbdullahKazi500 commented 9 months ago

Suggested feature

Perhaps also if Median and Quartiles Including the median and quartiles (Q1 and Q3) to provide insights into the data distribution's central tendency and spread. Box Plots: Generating box plots to visually represent the distribution of the benchmarking results, including the median, quartiles, and potential outliers.

nkanazawa1989 commented 8 months ago

Sounds like a good first issue :)

Our visualizer uses the bridge pattern to support multiple drawer backends (currently we only have matplotlib though), and the implementation might look complicated. But the curve plotter is a good example to start with. This plotter object must be drawer-backend agnostic and just provides data structure and API for experiments. You need to define a plotter class for every visualization template. You also need to extend the mpl drawer to call box plot API.

boonware commented 1 month ago

@AbdullahKazi500 @nkanazawa1989 I am interested in taking this one as a first issue. Could you assign it to me? Thank you.