From: Johann Cohen-T. <co...@sl...> - 2008-05-12 20:12:37
|
learn and survive... :) thanks Jouni and Christopher! Johann Jouni K. Seppänen wrote: > Johann Cohen-Tanugi > <co...@sl...> writes: > > >> I have a function, which I am plotting. I want to add a line positioned >> at, say, the mean of the function, so I want to do plot([x,x],[y0,y1]). >> > > Try axvline(x). > > |