MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / plotHistogram

Method plotHistogram

ij/src/main/java/ij/ImagePlus.java:3576–3578  ·  view source on GitHub ↗

Plots a 256 bin histogram of this image and returns the PlotWindow.

()

Source from the content-addressed store, hash-verified

3574
3575 /** Plots a 256 bin histogram of this image and returns the PlotWindow. */
3576 public PlotWindow plotHistogram() {
3577 return plotHistogram(256);
3578 }
3579
3580 /** Plots a histogram of this image using the specified
3581 number of bins and returns the PlotWindow. */

Callers

nothing calls this directly

Calls 10

getStatisticsMethod · 0.95
getTitleMethod · 0.95
setColorMethod · 0.95
setFontMethod · 0.95
histogramMethod · 0.95
getBitDepthMethod · 0.95
addMethod · 0.95
addLegendMethod · 0.95
setLimitsMethod · 0.95
showMethod · 0.95

Tested by

no test coverage detected