I have data like this:
import numpy as np data = np.random.uniform(-1,1,[10,10])
I want to plot a distribution of this data, I tried this: