MathGroup Archive 2004

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

Search the Archive

Re: Dashing option and Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47687] Re: [mg47671] Dashing option and Plot
  • From: Gerry Flanagan <flanagan at materials-sciences.com>
  • Date: Thu, 22 Apr 2004 02:38:31 -0400 (EDT)
  • References: <200404210923.FAA02435@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

At 05:23 AM 4/21/2004, 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!


Plot[Sin[x], {x, 0, Pi}, PlotStyle -> Dashing[{0.02, .02}]]



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