Search code examples
plotdistributiondensity-plot

Plot density distribution


I have generated a bunch of data, and want to plot how they are distributed using matplotlib. How should I proceed?

Thank you for answers


Solution

  • hist is a nice way to see a distribution. See here for details.