Re: Plotting A verticle line?
- To: mathgroup at smc.vnet.net
- Subject: [mg21687] Re: Plotting A verticle line?
- From: "MJH" <m_hirsch at prodigy.net>
- Date: Sat, 22 Jan 2000 02:52:45 -0500 (EST)
- References: <85s1j0$ajn@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
One way is to use the ParametricPlot function. The following example plots a vertical line at x = 2. ParametricPlot[{2, t}, {t, -1000, 1000}] Thomas Skipper <skipper at worldnet.att.net> wrote in message news:85s1j0$ajn at smc.vnet.net... > 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? >