Re: Plotting a Vertical Line
- To: mathgroup@smc.vnet.net
- Subject: [mg11660] Re: Plotting a Vertical Line
- From: Bill Bertram <wkb@ansto.gov.au>
- Date: Sat, 21 Mar 1998 18:35:01 -0500
- Organization: ANSTO
- References: <6esdkf$57j@smc.vnet.net>
Frank Roescher wrote:
>
> How do I get Mathematica to plot the graph of x = 3, i.e., a vertical
> line in 2D? Thanks.
Frank,
There are probably a number of ways to do this. Here is one of them.
ParametricPlot[{3,t},{t,-5,5}];
Cheers,
Bill