swarm-support
[Top][All Lists]
Advanced

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

Re: graphing a list


From: Marcus G. Daniels
Subject: Re: graphing a list
Date: 16 Nov 2000 08:48:23 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "JI" == Jonathan Impett <address@hidden> writes:

JI> Maybe I'm barking up the wrong tree, but try as a might, I
JI> can't persuade EZgraph to ask all the members of a list for a
JI> value at each step. 

If you have, say, 10 items in a list and you want them to append 10
points to the *same* line, the existing EZGraph API isn't going
to do it.  You'd need to subclass EZGraph and add a new
createGraphSequence:forSequence:withFeedFrom:andSelector: method that
created a subclass of ActiveGraph which had a -step method which would
handle lists.  Actually, you could probably do it without a EZGraph subclass
if you did a +poseAs: for the modified ActiveGraph class.

However, if you are happy to plot 10 different lines, then see Paul's message.


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