Re: ListPlot
- To: mathgroup@smc.vnet.net
- Subject: [mg10424] Re: ListPlot
- From: Allan Hayes <hay@haystack.demon.co.uk>
- Date: Tue, 13 Jan 1998 02:07:24 -0500
- References: <69cqv9$evf@smc.vnet.net>
Luis MartÃnez wrote:
> 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.
PlotJoined -> True is needed because at some stage in the evaluation
it
is used to find whether to join the plot or not. The information is
extracted by replacement, at the simplest,
In[1]:PlotJoined/.PlotJoined-> True
Out[1]
True
PlotJoined-> True is an option. One good point about them is that we can
set the values of parameters like PlotJoined by name and so we don't
need
to worry about the order in which we write them -except that they must
come after all other entries.
--
Allan Hayes
Mathematica Training and Consulting
Leicester, UK
hay@haystack.demon.co.uk
http://www.haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44 (0)116 271 8642