Re: Dotted line plot
- To: mathgroup at smc.vnet.net
- Subject: [mg53946] Re: Dotted line plot
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Sat, 5 Feb 2005 03:14:58 -0500 (EST)
- Organization: Uni Leipzig
- References: <ctvfj9$1a7$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Plot[2x + 3, {x, -1, 1}, PlotStyle -> {AbsoluteDashing[{1, 4}]}]
??
Regards
Jens
"DJ Craig" <spit at djtricities.com> schrieb im Newsbeitrag
news:ctvfj9$1a7$1 at smc.vnet.net...
> How can I plot this linear equation with a dotted line for the line:
> y = 2x + 3
>