@ -50,9 +50,6 @@ def calculate_histogram(data, num_bins):
return counts, bins
def plot_histogram(data, bins, counts):
"""
Построение и отображение гистограммы
plt.hist(data, bins=bins, alpha=0.7, edgecolor='black')
plt.xlabel('Значения выборки')
plt.ylabel('Число элементов')