swarm-support
[Top][All Lists]
Advanced

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

Histogram


From: Matthew M Murphy
Subject: Histogram
Date: Tue, 22 Jun 1999 15:53:50 -0400 (EDT)


Just wondering if anyone can tell what I've done wrong:

   // create a histogram depicting syntax "bits" across the population
 
   syntaxHistogram = [Histogram createBegin: [self getZone]];
   [syntaxHistogram setNumBins: (int)36];
   syntaxHistogram = [syntaxHistogram createEnd];
   [syntaxHistogram setWidth: 500 Height: 250];
   [syntaxHistogram setTitle: "Syntax Bit Distribution"];
   [syntaxHistogram setAxisLabelsX: "each parameter" Y: "agents with 
param"];
   [syntaxHistogram pack];
                                
----------

Matt Murphy


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