MathGroup Archive 1998

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

Search the Archive

RE: ListPlot



PlotJoined is an option, and can take two values: PlotJoined->True
or
PlotJoined->False
If you do not explicitely specify a value for an option, the default
value is used; for ListPlot, evaluate: Options[ListPlot]
which will give you the default setting for PlotJoined

If you try to evaluate
ListPlot[mydata,PlotJoined]
there is no value attached to PlotJoined, and Mathematica can not
understand the command, then returning an empty frame. 

Hope this helps,
-----------------------------------------------

Jean-Marie THOMAS
Conseil et Audit en Ingenierie de Calcul jmthomas@cybercable.tm.fr
+33 (0)3 88 32 93 64
www.cybercable.tm.fr/~jmthomas
=======================
 

-----Message d'origine-----
De:	Luis Martinez [SMTP:luismf@lander.es] Date:	lundi 12 janvier 1998
10:11
A:	mathgroup@smc.vnet.net
Objet:	[mg10407] ListPlot

Hello to everybody.

 When I use ListPlot with the option PlotJoined->True everything is
O.K.,but.....if I put only PlotJoined, then the output is a completely
empty reference frame.
HELP, PLEASE!!!!

 Luis




  • Prev by Date: Row & Column Vectors, Dot & Outer Products, Revisited
  • Next by Date: RE: "flattening" systems of eq
  • Prev by thread: Re: ListPlot
  • Next by thread: Re: ListPlot