Re: PlotStyle and Markers
- To: mathgroup at smc.vnet.net
- Subject: [mg124850] Re: PlotStyle and Markers
- From: David Skulsky <edskulsky at gmail.com>
- Date: Thu, 9 Feb 2012 05:40:27 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jgtj4i$6eu$1@smc.vnet.net>
Like this? data = Table[{{x, Sin[x]}, {x, Cos[x]}}, {x, 0, 2 \[Pi], 0.1}] ListPlot[Transpose@data, PlotMarkers -> {"S", "C"}] David