Plot a line x=0 [message #82848] |
Wed, 23 January 2013 01:46  |
d.poreh
Messages: 406 Registered: October 2007
|
Senior Member |
|
|
Folks,
Hi,
I want to plot line X=0 on my graph that i have.
Any help would be appreciated,
Cheers,
Dave
|
|
|
Re: Plot a line x=0 [message #82946 is a reply to message #82848] |
Wed, 23 January 2013 02:36  |
d.poreh
Messages: 406 Registered: October 2007
|
Senior Member |
|
|
On Wednesday, January 23, 2013 2:25:09 AM UTC-8, alx wrote:
> Le mercredi 23 janvier 2013 10:46:43 UTC+1, dave poreh a écrit :
>
>> Folks,
>
>>
>
>> Hi,
>
>>
>
>> I want to plot line X=0 on my graph that i have.
>
>>
>
>> Any help would be appreciated,
>
>>
>
>> Cheers,
>
>>
>
>> Dave
>
>
>
> in DG:
>
> oplot, [0,0], !Y.CRange
>
>
>
> in NG, given a previous plot referenced by pl:
>
> !null = plot(OVERPLOT=pl, [0,0], pl.YRANGE)
>
>
>
> alx.
Thanks Alx works nice:)
Cheers,
Dave
|
|
|
Re: Plot a line x=0 [message #82947 is a reply to message #82848] |
Wed, 23 January 2013 02:25  |
lecacheux.alain
Messages: 325 Registered: January 2008
|
Senior Member |
|
|
Le mercredi 23 janvier 2013 10:46:43 UTC+1, dave poreh a écrit :
> Folks,
>
> Hi,
>
> I want to plot line X=0 on my graph that i have.
>
> Any help would be appreciated,
>
> Cheers,
>
> Dave
in DG:
oplot, [0,0], !Y.CRange
in NG, given a previous plot referenced by pl:
!null = plot(OVERPLOT=pl, [0,0], pl.YRANGE)
alx.
|
|
|