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: [mg51498] Re : [mg51485] MultipleListPlot without any Point Shape, only with line made by PlotJoined -> True
  • From: "Florian Jaccard" <florian.jaccard at eiaj.ch>
  • Date: Wed, 20 Oct 2004 01:21:18 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello !

Just take the value of "mySize" very small !


<< "Graphics`MultipleListPlot`"

mySize = 5; 

MultipleListPlot[{{0, 0}, {2, 3}, {4, 5}}, 
   PlotRange -> {{-0.2, 5}, {-0.2, 6}}, 
   PlotJoined -> True, SymbolShape -> 
    {PlotSymbol[Triangle, mySize]}];

Regards
 
F.Jaccard

-----Message d'origine-----
De : foice [mailto:NONfoiceSPAMMARE at tiscalinet.it] 
Envoyé : mardi, 19. octobre 2004 08:56
À : mathgroup at smc.vnet.net
Objet : [mg51485] MultipleListPlot without any Point Shape, only with line
made by PlotJoined -> True

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
  • Next by Date: Re: Need code to calculate the Lower Envelope for a set of (non collinear) points.
  • Previous by thread: Re: Re: MultipleListPlot without any Point Shape, only with line made by PlotJoined -> True tests=INVALID_DATE,QUOTED_EMAIL_TEXT,RCVD_IN_ORBS,
  • Next by thread: Step by step answer ?