Re: Dotted line plot
- To: mathgroup at smc.vnet.net
- Subject: [mg53967] Re: Dotted line plot
- From: Matthew Senn <msenn at chaotic_nospam_delusions.com>
- Date: Sat, 5 Feb 2005 03:16:20 -0500 (EST)
- References: <ctvfj9$1a7$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
DJ Craig wrote: > How can I plot this linear equation with a dotted line for the line: > y = 2x + 3 > Plot[2x + 3, {x, 0, 100}, PlotStyle -> {Dashing[{.1}]}] You can adjust the Dashing option as you wish to change the size of the dashes.