FLOT is just a charting mechanism. If you want to create a bell curve, you need to pass the probability density function a series of x values ββand draw the resulting points.
For example, I used the functions here to create this:

Here's a jsFiddle that shows my work.
source share