|
[Date Index]
[Thread Index]
[Author Index]
Re: Plot Joined Intelligently
- To: mathgroup at smc.vnet.net
- Subject: [mg30577] Re: Plot Joined Intelligently
- From: "Stephen P Luttrell" <luttrell at signal.dra.hmg.gb>
- Date: Thu, 30 Aug 2001 03:51:23 -0400 (EDT)
- Organization: Defence Evaluation & Research Agency
- References: <9m52p8$qgn$1@smc.vnet.net> <9m6tnu$l8t$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"aes" <siegman at stanford.edu> wrote in message
news:9m6tnu$l8t$1 at smc.vnet.net...
> And while this subject is on the table, is there a way to get PlotJoined
> *with the plots also shown as points or symbols*?
Here is an example of what you want.
<<Graphics`MultipleListPlot`
MultipleListPlot[Table[{x,Sin[x]},{x,0,2Pi,Pi/12}],PlotJoined->True,
SymbolShape->{PlotSymbol[Box]}];
--
Stephen P Luttrell
QinetiQ, Malvern, U.K.
Prev by Date:
Administration: Repeated Messages
Next by Date:
Re: Mathematica to PDF
Previous by thread:
RE: Re: Plot Joined Intelligently
Next by thread:
Re: Plot Joined Intelligently
|