|
On Apr 20, 6:52 am, "Tomaz " <tomaz.bart...@gmail.com> wrote:
> ImageAnalyst <imageanal...@mailinator.com> wrote in message <6653d5e3-0126-456e-a791-583a12a0c...@n3g2000vbl.googlegroups.com>...
> > I do this often to illustrate the threshold chosen on a histogram. I
> > use the line() function to draw a vertical line with a different color
> > than the bars of the histogram. You can choose the line width. You
> > could instead use the stem() function if you want to put a marker at
> > the tip of the line.
>
> Thanks, the line() function is really handy in my case! Is there also some chance of putting some label (I will put the value in it) at the upper end of line?
---------------------------------------------
Yes, with the text() function.
|