Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import numpy as np
- datos = np.array([1, 2, 1, 2, 3, 1, 2, 3, 3, 2, 1])
- # Impresión de un histograma simple:
- print(np.histogram(datos))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement