MathGroup Archive 2004

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

Search the Archive

Re: Dashing option and Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47701] Re: Dashing option and Plot
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Thu, 22 Apr 2004 02:39:07 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 4/21/04 at 5:23 AM, ppga at ono.com (Jose) wrote:

>Hello! Can I use "Dashing" directly with "Plot"? How can I plot a
>dashed plot? For example, if I want to plot y=Sin[x], {x,0,Pi}
>completely dashed, how can I do it? Thanks in advance!

Try

Plot[Sin@x, {x, 0, Pi}, PlotStyle -> Dashing at {.02, .02}];
--
To reply via email subtract one hundred and four


  • Prev by Date: Trig identity oscillations
  • Next by Date: Re: Dashing option and Plot
  • Previous by thread: Re: Dashing option and Plot
  • Next by thread: Re: Dashing option and Plot