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

Method draw

ij/src/main/java/ij/gui/HistogramPlot.java:59–61  ·  view source on GitHub ↗

Plots a histogram using the specified title and number of bins. Currently, the number of bins must be 256 expect for 32 bit images.

(String title, ImagePlus imp, int bins)

Source from the content-addressed store, hash-verified

57 /** Plots a histogram using the specified title and number of bins.
58 Currently, the number of bins must be 256 expect for 32 bit images. */
59 public void draw(String title, ImagePlus imp, int bins) {
60 draw(imp, bins, 0.0, 0.0, 0);
61 }
62
63 /** Plots a histogram using the specified title, number of bins and histogram range.
64 Currently, the number of bins must be 256 and the histogram range range must be

Callers 1

runMethod · 0.95

Calls 15

getMeasurementsMethod · 0.95
isThresholdMethod · 0.95
getLutUpdateModeMethod · 0.95
getChannelMethod · 0.95
setRoiMethod · 0.95
getStatisticsMethod · 0.95
RGBHistogramMethod · 0.95
drawHistogramMethod · 0.95
getCalibrationMethod · 0.80
createLutMethod · 0.80
getTypeMethod · 0.65
setColorMethod · 0.65

Tested by

no test coverage detected