swarm-support
[Top][All Lists]
Advanced

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

EZGraph


From: David Aliaga
Subject: EZGraph
Date: Fri, 7 Jul 2000 01:41:31 -0700 (PDT)

Hello Marcus and Swarm Community.

Today I gave the graph another think (Yesterday I was
kind of tired) and now I realize better how EZGraph
behaves (talking about first experiences)

Anyway, now everything seem to be working better, but
now I have a question regarding the way EZGraph works.

The Schedule in ObserverSwarm calls their action group
everytime step. I just want to graph the value of a
variable every time a trial finish. Let's say first
trial: 6 steps, 2nd trial: 20 steps, 3rd trial: 12
steps.

So Until now I have a graph that plots the values in a
correct way except for a little detail:

In Y axis I got: 6 (at time=6) 20 (at time=26) and 12
(at time=38)  // right values

in X axis I got the time steps, but I want to have
only the number of the trial.
That means:
NOW I got:

 |
 |                  0
 |                  |
 |                  |
 |                  |               0
 |                  |               |
 |                  |               |
 |  0               |               |
 |__|_______________|_______________|______
    6               26              38                
                            (time steps)
I Would like:

 |
 |     O
 |     |
 |     |
 |     |
 |     |  O
 |     |  |
 |     |  |
 |     |  |
 |  O  |  |
 |__|__|__|__________________________
    1  2  3           (trials)

How can I change the way of the X

Should I create another level with diferent schedule
(I mean an "observer swarm of the observer swarm"?)

David











__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

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