Step II: Creating objects (cont'd)
numGraph = [EZGraph createBegin: self];
[numGraph setTitle: "Number of all-C"];
[numGraph setAxisLabelsX: "Time" Y: "Number"];
numGraph = [numGraph createEnd];
[numGraph createSequence: "all-C" withFeedFrom: modelSwarm andSelector: M(getNum0)];
[numGraph createSequence: "TFT" withFeedFrom: modelSwarm andSelector: M(getNum1)];
[numGraph createSequence: "aTFT" withFeedFrom: modelSwarm andSelector: M(getNum2)];
[numGraph createSequence: "all-D" withFeedFrom: modelSwarm andSelector: M(getNum3)];
[controlPanel setStateStopped];