MathGroup Archive 1997

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

Search the Archive

Re: List plot with + possible?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg7562] Re: [mg7526] List plot with + possible?
  • From: "Sherman.Reed" <sherman.reed at worldnet.att.net>
  • Date: Sun, 15 Jun 1997 16:32:24 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

sudeep

Look at LabeledListPlot, TextListPlot (in Graphics`Graphics`, and
MultipleListPlot (in Graphics`MultipleListPlot`)

Legends are in Graphics`Legend`

you can do a ListPlot for each curve and either a LabeledListPlot or
whatever for each curve and then combine them with show.

It works very well.

All of this material is in the Mathematica 3.0 Standard Add-On Packages.
and well documented in the Help section.

Sherman C. Reed
sherman.reed at worldnet.att.net
----------
> From: Sudeep Kumar Palat <Sudeep.Palat at item.ntnu.no>
To: mathgroup at smc.vnet.net
> To: mathgroup at smc.vnet.net
> Subject: [mg7562] [mg7526] List plot with + possible?
> Date: Tuesday, June 10, 1997 10:18 PM
> 
> Can one use a '+' or an 'x' instead of points for a ListPlot?
> 
> What I am trying to so is to plot a curve with + or x in them as:
> 
> -----+----+----+----
> 
> or
> 
> -----x----x----x----
> 
> The purpose is to identify multiple curves in one graph and add a legend.
> 
> Any suggestions?
> 
> Thanks in advance,
> 
> sudeep


  • Prev by Date: Using the Table command with the Plot command
  • Next by Date: Book on logic using Mma
  • Previous by thread: Re: List plot with + possible?
  • Next by thread: Re: List plot with + possible?