Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

plot_histogram qiskit pycharm

import matplotlib.pyplot as plt

#plot_histogram is from qiskit
plot_histogram(probs)

#plt.show() is from matplotlib
plt.show()
 
PREVIOUS NEXT
Tagged: #qiskit #pycharm
ADD COMMENT
Topic
Name
6+6 =