Tagged Questions
1
vote
1answer
61 views
Weird vertical line when trying to plot a histogram [duplicate]
I'm trying to plot a histogram of a few data points and overlay a plot on it (it's a fit of a geometric distribution to my data). The weird thing is that a vertical line appears always next to the ...
1
vote
0answers
59 views
Distribution above pointplot
This is my first question here, so I'm sorry if I do something wrong.
Also I'm fairly new to Mathematica (using 8). I've used it about 2 months. Only 2 weeks intensive. The rest was about ...
1
vote
2answers
135 views
Probability density histogram with unequal bin widths
I am confused by output of Histogram and HistogramList for probability density ("PDF") when ...
5
votes
2answers
154 views
Histogram3D using sums instead of counts
I'm trying to create a 3d histogram/ matrix plot pair. My data is in the form
{{TTR1,TBF1},{TTR2,TBF2},....}
What I would like is to modify the Histogram3D so ...
2
votes
1answer
147 views
2
votes
1answer
147 views
Misaligned DensityHistogram, DistributionAxes & PlotRange
data = RandomReal[NormalDistribution[0.5, 0.1], {10000, 2}];
DensityHistogram[data, PlotRange -> 1, Method -> {"DistributionAxes" -> "Histogram"}]
The ...
3
votes
1answer
136 views
How can I have an axis label automatically positioned below the X-axis?
I'm attempting to generate some histograms, and I'd like to automatically label the X-axis. However, Histogram[. . ., AxesLabel -> {"X", "Y"}] places the "X" ...
4
votes
1answer
112 views
Rescuing a vertically clipped histogram
I recently ran a rather time intensive calculation and plotted the results in a histogram by simply called Histogram[data]. However, because of a rather serious error on my part, I recently lost my ...
3
votes
3answers
320 views
Comparing 2 Data Sets in a Single Plot
I have 2 data sets, data1 and data2 with large (in the thousands) amounts of data
and I want to compare them
in a plane. They ...
14
votes
2answers
415 views
How can I create facetted histograms?
I love Mathematica, and I would love to be able to use it for all of my data analysis tasks, but there is one type of analysis which I find almost trivial in R, and I have no idea how to approach in ...
10
votes
1answer
554 views
Make a density list plot/histogram from large, pre-binned data set?
I have a large data set consisting of $\mathcal{O}(10^9)$ two-dimensional points. In order to save memory and time I have pre-binned these into a uniform grid of $500 \times 500$ bins using Fortran. ...
4
votes
2answers
324 views
Is there a way to output histogram x and y data without using the Histogram chart function?
I have a large list of data (3.2 million real numbers), and I would like to plot a histogram of it. The built-in Histogram function is very nice, but on my ...
13
votes
4answers
821 views
Problems specifying number of bins in Histogram
So I wanted to create a Histogram with a custom number of bins. Luckily there is a simple function for this in the form of Histogram[data, n] where n specifies the ...
11
votes
4answers
207 views
Background Shading in Histogram3D
I am preparing some data for dissemination. I have a series of plots that look like so, using ListLinePlot:
The background shading is just being added using ...