|
[Date Index]
[Thread Index]
[Author Index]
RE: How create vertical line using Plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg104268] RE: [mg104232] How create vertical line using Plot?
- From: "David Annetts" <david.annetts at iinet.net.au>
- Date: Sun, 25 Oct 2009 01:09:24 -0400 (EDT)
- References: <200910240641.CAA07613@smc.vnet.net>
Hi Dave,
>
> How can I create a vertical line using the Plot command?
>
> I can hack it using "y" = very big number times "x" but is
> there a more elegant way to do it?
Don't know about more elegant, but I typically do Line[{{xcoord, smallnum},
{xcoord, bignum}}] and use it in Epilog.
D.
Prev by Date:
Re: ReplaceAll and rules from a list v7.0
Next by Date:
Re: DAE system
Previous by thread:
How create vertical line using Plot?
Next by thread:
RE: How create vertical line using Plot?
|