RE: ListPlot
- To: mathgroup@smc.vnet.net
- Subject: [mg10412] RE: [mg10407] ListPlot
- From: Jean-Marie THOMAS <jmthomas@cybercable.tm.fr>
- Date: Tue, 13 Jan 1998 02:07:15 -0500
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