2D Density Plot from a 2 columns DATA file

2016-07-28 Thread pythonaddicted
clear that every 3 rows, from the beginning, I have a day. Now I would like to make a 2D density plot like this http://stackoverflow.com/questions/4128699/using-scipy-stats-gaussian-kde-with-2-dimensional-data I just use the two columns of my file: # Create some dummy data rvs = np.app

Re: density plot

2008-12-10 Thread David Cournapeau
On Thu, Dec 11, 2008 at 1:57 PM, <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know how to make the density plot, more specifically a > gaussian-smoothed version of a histogram. Actually, it's not exactly > a plot that I want. What I want to do is get the maximum co

density plot

2008-12-10 Thread yuniyuni21
Hi, Does anyone know how to make the density plot, more specifically a gaussian-smoothed version of a histogram. Actually, it's not exactly a plot that I want. What I want to do is get the maximum count (or highest peak) of the density distribution. It's different from the probabili