swarm-support
[Top][All Lists]
Advanced

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

Re: Display problem


From: Marcus G. Daniels
Subject: Re: Display problem
Date: 10 May 2000 15:49:29 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "SM" == sabeeha  <address@hidden> writes:

SM> for(i=0;i<n;i++){
SM>    sprintf(name,"IdeaC%d",i);
SM>     [agentGraph4 createSequence: name
SM>              withFeedFrom: mSwarm
SM>                        andSelector: M(getTargetNumberOfTimesInStock)]; 
SM> }

SM> so by the above code , i create n sequences, but i am not able to
SM> get correct values in the graph.  my
SM> "getTargetNumberOfTimesInStock" function returns correct values,
SM> but my EZgraph cannot plot it right(plots erroneous values).

getTargetNumberOfTimesInStock will need to return `double'.  
Also, you'll need some way to discriminate values per `i'...


                  ==================================
   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]