Re: Plotting a Vertical Line
- To: mathgroup@smc.vnet.net
- Subject: [mg11684] Re: [mg11606] Plotting a Vertical Line
- From: "John C Erb" <JOHN_C_ERB@prodigy.net>
- Date: Sat, 21 Mar 1998 18:35:19 -0500
Frank,
You could use ParametricPlot
For example
ParametricPlot[{3,t},{t,0,5},PlotStyle->{RGBColor[1,0,0]}];
plots a vertical line at x=3.
John C. Erb
-----Original Message-----
From: Frank Roescher <froesche@dekalb.dc.peachnet.edu> To:
mathgroup@smc.vnet.net
Subject: [mg11684] [mg11606] Plotting a Vertical Line
>How do I get Mathematica to plot the graph of x = 3, i.e., a vertical
>line in 2D? Thanks.
>
>