Tagged Questions
12
votes
6answers
561 views
How to find major color in a picture?
I want to find the major color (the color which appears most often) in a picture and do some analysis later.
For example, if I have this picture:
What I want to do is find out that gray, red, ...
3
votes
3answers
317 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 ...
8
votes
2answers
400 views
ColorFunction in Histogram[]
Let's say I have a Histogram:
Histogram[RandomVariate[NormalDistribution[10, 2], 500]]
and I want the bars positioned to ...