How can I label each of these lines separately :
Plot[{{5 + 2 x}, {6 + x}}, {x, 0, 10}]

|
How can I label each of these lines separately :
|
|||||
|
|
There's some nice code that allows you to do this dynamically in an answer to How to annotate multiple datasets in ListPlots. There's also a Of course, if you don't have too many images to make,
then it's not hard to manually add the labels in using
In fact, you can do something similar with
In the above I made the locators take the form of the labels, although it is also possible to keep an As an example of the above code with the functions with the labels moved by hand:
|
|||||||||||||||
|
|
You can insert legends in your plot by loading the
However, let me also note my dislike of this package, primarily because it's extremely counterintuitive, laden with too many options and does not provide a clean experience right out of the box like most of Mathematica's functions. You will have some fiddling around to do with the options to get what you want. However, in plots and charts where you do want a legend, this can be handy. Also see the comments to this answer and this question. |
|||||||||||||||
|
|
Mathematica 9 now provides easy ways to include legends.
|
|||
|
|