Modify the frequency chart function so that the range of the x-axis is not tightly bound to the number of data items in
Posted: Sun Jul 03, 2022 11:23 am
Modify the frequency chart function so that the range of the x-axis is not tightly bound to the number of data items in the list but rather uses some minimum and maximum values.(python)
frequencyChart ([3, 3, 5, 7, 1, 2, 5, 2, 3, 4, 6, 3, 5, 6, 6]) w 4
frequencyChart ([3, 3, 5, 7, 1, 2, 5, 2, 3, 4, 6, 3, 5, 6, 6]) w 4