Feeds:
Posts
Comments

Posts Tagged ‘histogram’

Python-histogram-histtype=’step’

Using histogram or better to say a probability density function (PDF) is a daily task for many people in science and engineering. Making a histogram is the same as a PDF: one just needs to add a keyword “normed=True”. Since making histogram is a standard example in Matplotlib, I do not repeat it here in [...]

Read Full Post »

Sometimes we have to prepare scatter plot of two parameters. When number of elements in each parameter is a big number, e.g., several thousands, and points are concentrated, it is very difficult to use a standard scatter plot. The reason is that due to over-population, one cannot say where the density has a maximum. In [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.