MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Plotting a Vertical Line



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.
>
>




  • Prev by Date: Data Extraction from List {{x1,y1}..{xn,yn}}where ##<x<##
  • Next by Date: Re: Question: inequalities
  • Prev by thread: Re: Plotting a Vertical Line
  • Next by thread: Re: Plotting a Vertical Line