|
|
|||
|
|
|
ImageHistogram |
| ImageHistogram[image] plots a histogram of the pixel levels for each channel in image. |
| ImageHistogram uses n levels for each channel. |
| ImageHistogram puts all values into n bins between min and max. |
| "RGB" | show RGB channel values and overlapping colors | |
| "Separated" | make separate histograms for each channel | |
| "Stacked" | stack values for each channel | |
| "Transparent" | show channels overlapping using transparency |
| AspectRatio | ![]() | ratio of height to width | |
| Axes | False | whether to draw axes | |
| Frame | True | whether to include a frame | |
| FrameTicks | None | frame ticks | |
| InterpolationOrder | 0 | the polynomial degree of curves used in joining data points | |
| Joined | True | whether to join bars | |
| PlotRangePadding | None | how much to pad the range of values |