Re: Dotted line plot
- To: mathgroup at smc.vnet.net
- Subject: [mg53965] Re: [mg53911] Dotted line plot
- From: yehuda ben-shimol <benshimo at bgu.ac.il>
- Date: Sat, 5 Feb 2005 03:16:03 -0500 (EST)
- References: <200502040911.EAA00944@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Use Dashing option for PlotStyle,
for example
Plot[2x + 3, {x, 0, 5}, PlotStyle -> Dashing[{0.005, 0.02}]]
yehuda
DJ Craig wrote:
>How can I plot this linear equation with a dotted line for the line:
>y = 2x + 3
>
>
>
- References:
- Dotted line plot
- From: "DJ Craig" <spit@djtricities.com>
- Dotted line plot