tracé_histogramme Qiskit pycharm

import matplotlib.pyplot as plt

#plot_histogram is from qiskit
plot_histogram(probs)

#plt.show() is from matplotlib
plt.show()
Fancy Flatworm