MathGroup Archive 1992

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

Search the Archive

Problem with PlotStyle in ListPlot

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: Problem with PlotStyle in ListPlot
  • From: prange%ironwood at yoda.physics.unc.edu (Michael Prange)
  • Date: Wed, 1 Apr 92 09:22:54 EST

I'm using mma version SPARC 2.0 (August 26, 1991).  When I try the
command

ListPlot[Table[Sin[x],{x,0,10,1}],PlotRange->All,
	PlotStyle->{{Dashing[{.1,.1}],Thickness[.1]}},PlotJoined->True]

I don't get a thick, dashed curve.  Instead I get a normal thickness,
undashed curve.  According to the manual (p. 844), PlotStyle should be
accepted by ListPlot.  What gives?

Michael
prange at sdr.slb.com





  • Prev by Date: using graphics on X11 remotely
  • Next by Date: RE: Division of multi-var polynomials
  • Previous by thread: Re: using graphics on X11 remotely
  • Next by thread: Re: Problem with PlotStyle in ListPlot