Thanks, this works well. My current result can be seen at [1]. The x
data is real numbers, while the y data is integers; so I set the
number of y-bins to the range of the y data.
What I'd like to do now is scale the plot such that for every y value
the sum of the intensities are equal. Let count[j
On Wed, Apr 29, 2009 at 9:59 AM, marcog wrote:
>
> Hi
>
> I have a set of 2 dimensional data that I would like to form a histogram
> of.
> Each data point is defined by an x and y variable. So essentially what I
> would like to obtain is a "row" of histograms as produced by the plot.hist
> functi
Hi
I have a set of 2 dimensional data that I would like to form a histogram of.
Each data point is defined by an x and y variable. So essentially what I
would like to obtain is a "row" of histograms as produced by the plot.hist
function, stacking them next to one another in a single 3D plot. For