Creating legends for plots with multiple lines?
Learn Mathematica (Wolfram) Language in one day
Creating legends for plots with multiple lines? https://mathematica.stackexchange.com/questions/4025/creating-legends-for-plots-with-multiple-lines
So I have a graph with multiple lists, for e.g. data = {{1,2}, {3,4}, {3,5}, {2,3} . . .} If I then do ListLinePlot[Table[{#1,Log[b,#2]}&@@@data, {b,1,10,2}]] I have no way to generate a legend ...
- asked by Eiyrioü von Kauyf (61 votes), answered by Jens (91 votes)
Learn Mathematica (Wolfram) Language in one day https://mathematica.stackexchange.com/questions/138366/learn-mathematica-wolfram-language-in-one-day
Currently I am trying to learn Python. Searching for relevant material I came across X in Y minutes and books with titles such as Learn Python in one day, in 24 hours, etc. Similar material exists ...
- asked by dimitris (26 votes), answered by masterxilo (11 votes)