swarm-support
[Top][All Lists]
Advanced

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

Re: Questions


From: pauljohn
Subject: Re: Questions
Date: Wed, 22 Aug 2001 07:53:11 -0500

Holger Perlt wrote:
> 
> Hello,
> 
> I have following simple problems (all are extensions from the
> simpleObserverBug...)
> 
> 1. Graphical representations of data:
> -------------------------------------
> 
> With the following
>   [avgEatGraph createAverageSequence: "avgNumEat"
>                   withFeedFrom: [modelSwarm getBugList]
>                   andSelector: M(getnumEat)];

> 
> How can I show two or more curves inside one window? E.g. one has
> two buglists and I want to show both averages at the same time.

Add another sequence:
   [avgEatGraph createAverageSequence: "avgNumEat2"
                   withFeedFrom: [modelSwarm getBugList2]
                   andSelector: M(getnumEat)];

Look at the Arborgames model for examples like that.


-- 
Paul E. Johnson                       email: address@hidden
Dept. of Political Science           
http://lark.cc.ukans.edu/~pauljohn
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66045                FAX: (785) 864-5700

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