Re: Plotting half lines
- To: mathgroup at smc.vnet.net
- Subject: [mg67346] Re: [mg67327] Plotting half lines
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Mon, 19 Jun 2006 00:01:01 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Give the line some thickness Needs["Graphics`"]; InequalityPlot[{x>=1,2<y<(2+10^-6)}, {x,-4,4}, {y,-4,4},PlotRange->{{-4,4},{-4,4}}]; Bob Hanlon ---- Bonny Banerjee <banerjee at cse.ohio-state.edu> wrote: > How to plot half lines in Mathematica? For example, > > x>=1 && y==2 > > InequalityPlot does not produce any result. Any help will be appreciated. > > Thanks, > Bonny. > >