MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

? scatterplots with differently sized labels and dots ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg15482] ? scatterplots with differently sized labels and dots ?
  • From: gessler at ucla.edu (Nicholas Gessler)
  • Date: Mon, 18 Jan 1999 04:22:25 -0500
  • Organization: UCLA
  • Sender: owner-wri-mathgroup at wolfram.com

Perhaps someone could help me with this problem.  I've been several days
trying to figure it out.  Please reply to me directly.  I would
appreciate  it...

I have successfully used ReadList and ListPlot to read a table of data
from  the hard drive and produce a simple scatterplot.  What I want to
be able to do  is to label each point with a sequence number and vary
the point size  according to a third variable.  

Example:  I wish to plot an inventory of iron artifacts according to
catalog  number, weight, easting and northing.  The table looks like
this:

number   weight   easting   northing 
1          120      55        77 
2           50      49        63 
3          215      44        55 
4           10      65        44

I want the dot size to be proportional to the weight so the plot might
look  like this:

                                [[1]]
                         (2)
             (((3)))
                                         [4]

If I were writing a program in Basic, this would be simple enough.  Is
there a  way to do this easily in Mathematica or should I write a
program in C?

Thanks,
Nick
gessler at ucla.edu

              Nick Gessler  <gessler at ucla.edu>

             0/  0/  ARTIFICIAL CULTURE:  \0  \0
            /#  /#     Experiments  in    #\  #\
             /\  /\       Synthetic      /\  /\
           """"""""""    Anthropology   """"""""""
               (in preparation for MIT Press)

               Founding Member - Coordinator
         COMPUTATIONAL EVOLUTION AND ECOLOGY GROUP
  CENTER FOR THE STUDY OF EVOLUTION AND THE ORIGIN OF LIFE
                  Department of Anthropology
          University of California at Los Angeles
                            c/o
  11152 Lucerne Avenue, Culver City, California 90230-4244
                  Phone/FAX:  310-559-6661
         http://www.sscnet.ucla.edu/anthro/gessler
 


  • Prev by Date: Re: getting the name of a symbol
  • Next by Date: Re: Data fitting with Mathematica 3.0
  • Previous by thread: Animated 3D problem: all frames show up.
  • Next by thread: Re: ? scatterplots with differently sized labels and dots ?