MathGroup Archive 2004

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

Search the Archive

Re: Dashing option and Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg47694] Re: [mg47671] Dashing option and Plot
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Thu, 22 Apr 2004 02:38:42 -0400 (EDT)
  • References: <200404210923.FAA02435@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Look at Dashing in the Help Browser. E.g.

In[1]:=
y = Plot[Sin[x], {x, 0, Pi}, PlotStyle -> Dashing[{0.1, 0.05}]]; 

Tomas Garza

Mexico City

----- Original Message ----- 
From: "Jose" <ppga at ono.com>
To: mathgroup at smc.vnet.net
Subject: [mg47694] [mg47671] Dashing option and Plot


> 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!
> 
> 


  • Prev by Date: NIntegrate or For or Special Function?
  • Next by Date: Re: Partitioning a list into unequal partitions
  • Previous by thread: Re: Dashing option and Plot
  • Next by thread: Re: Dashing option and Plot