Re: Plotting A verticle line?
- To: mathgroup at smc.vnet.net
- Subject: [mg21619] Re: Plotting A verticle line?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 18 Jan 2000 02:35:10 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <85s1j0$ajn@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Show[
Graphics[
Line[{{0,0},{1,0}}]
]
]
plots a line from (0,0) to (1,0)
Hope that helps
Jens
Thomas Skipper wrote:
>
> Well, after reading some of the posts in this group, this is probably
> going to seem like trivial question, but it's really bugging me:
> How do you get Mathematica to plot a straight verticle line?