The method setNumBins:
, found in
the analysis library protocol EZBin
and also in the
underlying Histogram
protocol from the
gui library, has changed its name to
setBinCount:
. You will need to
change all invocations of setNumBins:
on objects that conform to either of these protocols, to
setBinCount:
.