girisagar46 / FYPFruitClassifier

Unused variable found PYL-W0612
Anti-pattern
Major
a year agoa year old
14
15
16def make_histogram(i_hist, i_hufe, i_ehfe, i_hhfe, dataDir):
17    fig, axes = plt.subplots(nrows=4, ncols=4)18    fig.tight_layout()
19
20    plt.subplot(2, 2, 1)