| Author |
Comment/Response |
Kenpachi
|
06/15/08 8:34pm
Is there anyone knows on how to subsitute the use of plot legend with some other commands?
I have the following, and a perfect graph is drawn for both sin and cos x is drawn. But I would like the label for "Sin x" and "Cos x" appear at the far end of the curve and not with the use of legend. Is that possible?
Plot[{Sin[x], Cos[x]}, {x, -4, 4}, AxesLabel -> {x, y}]
I usually done this in Word processing software by adding the label "Sin x" and "Cos x" at the end of the curve so that anyone who see the curve can easily identify which curve is which without having to look at the extra details on the legend.
Thank You.
URL: , |
|