MathGroup Archive 2012

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

Search the Archive

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



  • Prev by Date: Looking to "de-simplify"
  • Next by Date: Re: Microarray data analysis
  • Previous by thread: PlotStyle and Markers
  • Next by thread: Re: PlotStyle and Markers