Motivation
QoolQit currently has no built-in way to visualize sampling outcomes. Users have to write their own matplotlib code each time.
Proposal
Explore adding a plot_histogram(data, ...) utility that:
Input
Standard customization
Open questions
- What's the natural input — raw dicts, or should it accept sampling output objects directly?
- Any existing plotting/style conventions to follow?
Motivation
QoolQit currently has no built-in way to visualize sampling outcomes. Users have to write their own matplotlib code each time.
Proposal
Explore adding a
plot_histogram(data, ...)utility that:Input
dict[str, int | float](bitstring → count/probability), or a list of dicts / list of results, for comparing multiple runsStandard customization
figsize,color,title,legend,axOpen questions