Linked Questions
12 questions linked to/from Labeling individual curves in Mathematica
1 vote
1 answer
3k views
Labels for each curve on a multi-curve plot using an efficient method(without writing a large code) [duplicate]
I have a question on plot labeling in Mathematica. I have y = 4 x / L + 2 where L = {10, 20, 30, 40} I want to draw a ...
1 vote
1 answer
2k views
Dynamically labeling a family of curves [duplicate]
I have created some simple code which generates a plot. This plot contains a family of curves created by changing a single parameter "k". I use the Table function within the Show function to iterate ...
0 votes
2 answers
273 views
Show legend on plot [duplicate]
I have a series of curve I'm plotting using ListPlot. For each plot I'm changing a variable called X. Is there anyway I could ...
70 votes
5 answers
32k views
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 ...
20 votes
4 answers
9k views
How can I mark each of several plots with a parameter that identifies it?
I've got a two variable function that I'm plotting against one axis for a few different values of a parameter ...
13 votes
3 answers
12k views
Legend of a plot: how to increase the size of the line/marker?
I'm using the following kind of code to do the legends of my plots: ...
14 votes
2 answers
3k views
How to position text labels automatically to not overlap other graphics elements?
I was plotting reciprocal frame projection using Locators for a point to be expressed in terms of both the original basis (also specified with ...
9 votes
2 answers
1k views
Creating Marker (Tags) on Top of Plots
I am wondering and tried to plot a graph having labeling specified on top of the graphic. I kind of know a brute force method to accomplish it, but the results will not even look close to clean ...
4 votes
2 answers
348 views
Click on a curve to start Manipulating another function
I'm able to plot two lists with a tooltip on the curves to display the name of the curve: ...
0 votes
3 answers
488 views
Labeling different curves on a LogLinearPlot
I have created a couple of two-variable plots of the form f(x,y)=x*y where there's a number of result curves, each representing an answer (image example below). ...
-2 votes
1 answer
232 views
Please help me how to label curves like this
Please tell me how to label curves like this:
0 votes
0 answers
96 views
add a legend show the expression for each contour? [duplicate]
I am trying to visualizing the unit circle under different norm functions, here is the code: ...