1 Histogram ToDo

Run Settings
LanguagePython
Language Version
Run Command
import numpy as np data = np.random.randint(low=1,high=10, size=100) print('data = ' + str(data)) # histogram of the data, number of elements with value 1,2,...,10 dist = None print('dist = ' + str(dist)) # get the number of elements in the histogram, this should be 100 N = None print('N = ' + str(N))
Editor Settings
Theme
Key bindings
Full width
Lines