swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems on displaying graphs


From: Marcus G. Daniels
Subject: Re: Problems on displaying graphs
Date: 22 Jul 1998 08:20:44 -0700

>>>>> "AP" == Alessandro Perrone <address@hidden> writes:

AP> *** event raised for error: InvalidCombination ActiveGraph not
AP> initialized properly
AP> *** execution terminating due to error
AP> IOT trap/Abort (core dumped)

ourgraph = [EZGraph createBegin: [self getZone]];
[ourgraph setTitle: "Per-capita GDP"];
[ourgraph createSequence: "average GDP" withFeedFrom:[modelSwarm getBugList]
             andSelector: M(getA)];
[ourgraph setAxisLabelsX: "# instances" Y: "% Successes"];
ourgraph = [ourgraph createEnd];

AP> Can anyone tell me what's wrong? 

createSequence:withFeedFrom:andSelector: is not a create-time method.
It needs to be run after the createEnd.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]