Write a NumPy program to compute the histogram of a set of data
- برمجة بايثون
- 2021-09-13
- mhanasmh00489829403
الأجوبة
import numpy as np
import matplotlib.pyplot as plt
plt.hist([1, 2, 1], bins=[0, 1, 2, 3, 5])
plt.show()
Sample Output:
أسئلة مشابهة
القوائم الدراسية التي ينتمي لها السؤال
