MathGroup Archive 2007

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

Search the Archive

Re: Using ListPlot to Plot Lines and Single Points

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83622] Re: [mg83596] Using ListPlot to Plot Lines and Single Points
  • From: DrMajorBob <drmajorbob at bigfoot.com>
  • Date: Sun, 25 Nov 2007 04:34:18 -0500 (EST)
  • References: <8996890.1195897090735.JavaMail.root@m35>
  • Reply-to: drmajorbob at bigfoot.com

Try

ListPlot[{firstList, secondList, thirdList, {aPoint}},  Joined -> {True,
True, True, False}]

On Sat, 24 Nov 2007 03:10:22 -0600, Gregory Lypny  
<gregory.lypny at videotron.ca> wrote:

> Hello everyone,
>
> I'm trying to use ListPlot to plot three lists as joined observations
> and a single point.  The single point that I want plotted separately
> is one observation from one of the lists, and I simply want it to
> stand out by being plotted as a dot or square.
>
> I tried the following.
>
> ListPlot[{firstList, secondList, thirdList, aPoint},  Joined -> {True,
> True, True, False}]
>
> I get the free smooth curves that I want, but not the single point.
> Any suggestions would be most appreciated.
>
> Regards,
>
> 	Gregory
>
>



-- 
DrMajorBob at bigfoot.com


  • Prev by Date: Re: VectorFieldPlot Arrows
  • Next by Date: large font stylesheet for Mathematica slideshow
  • Previous by thread: Using ListPlot to Plot Lines and Single Points
  • Next by thread: Re: Using ListPlot to Plot Lines and Single Points