MathGroup Archive 2004

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

Search the Archive

Re: MultipleListPlot without any Point Shape, only with line made by PlotJoined -> True

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51503] Re: [mg51485] MultipleListPlot without any Point Shape, only with line made by PlotJoined -> True
  • From: "David Park" <djmp at earthlink.net>
  • Date: Wed, 20 Oct 2004 01:21:25 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Roberto,

One simple option is not to use MultipleListPlot. Just apply Line to your
data points and put a graphics color directive first.

<<Graphics`Colors`

Show[Graphics[
 {Black, Line[dataset1],
  Red, Line[dataset2],
  Green, AbsoluteDashing[{5}], Line[dataset3]}],
 Frame->True]

You can also add Text statements labeling the curves, provided you don't
have too many of them on one plot.

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/



From: foice [mailto:NONfoiceSPAMMARE at tiscalinet.it]
To: mathgroup at smc.vnet.net

Hi people, I'll need some help in oder to have a decent plot.

Using  PlotJoined -> True into the MultipleListPlot you can have a line
between the points of your list. And it's a very nice feature to use, but
when you have something like 1000 point in Plot, and specially if they
are very close to each other, you risk to not see the line joining the
points beacuse of the Symbols used to draw the points in the list. How
can I turn off the point marker drawing?  This naturally happen using
ListPlot. In ListPlot when you activate the PointJoined option the point's
shape automatically turn off and you have only a line.  I'd like to have
the same result with MultipleListPlot because I'm goind to use different
colors for different data sets.

Anyone can help me?
thank you.
Roberto

-------------------------------------------------------------
tutto ci=F2 che ho scritto =E8 sempre In My Humble Opinion (IMHO)
probabilmente l'ho scritto di fretta, quindi scusate se sono stato sbrigati=
vo.




  • Prev by Date: Re: MultipleListPlot without any Point Shape, only with line made by PlotJoined -> True tests=INVALID_DATE,QUOTED_EMAIL_TEXT,RCVD_IN_ORBS,
  • Next by Date: Re : MultipleListPlot without any Point Shape, only with line made by PlotJoined -> True
  • Previous by thread: Re: MultipleListPlot without any Point Shape, only with line made by PlotJoined -> True
  • Next by thread: Extrapolation in mathematica