Linked Questions

1 vote
1 answer
3k views

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 ...
TMH's user avatar
  • 429
1 vote
1 answer
2k views

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 ...
Joseph's user avatar
  • 1,336
0 votes
2 answers
273 views

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 ...
Mr. Pi's user avatar
  • 401
70 votes
5 answers
32k views

So I have a graph with multiple lists, for e.g. data = {{1,2}, {3,4}, {3,5}, {2,3} . . .} If I then do ...
Eiyrioü von Kauyf's user avatar
20 votes
4 answers
9k views

I've got a two variable function that I'm plotting against one axis for a few different values of a parameter ...
Peeter Joot's user avatar
  • 6,518
13 votes
3 answers
12k views

I'm using the following kind of code to do the legends of my plots: ...
Cedric H.'s user avatar
  • 696
14 votes
2 answers
3k views

I was plotting reciprocal frame projection using Locators for a point to be expressed in terms of both the original basis (also specified with ...
Peeter Joot's user avatar
  • 6,518
9 votes
2 answers
1k views

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 ...
night owl's user avatar
  • 1,719
4 votes
2 answers
348 views

I'm able to plot two lists with a tooltip on the curves to display the name of the curve: ...
Sulli's user avatar
  • 2,245
0 votes
3 answers
488 views

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). ...
rythin's user avatar
  • 285
-2 votes
1 answer
232 views

Please tell me how to label curves like this:
HANG YU's user avatar
  • 95
0 votes
0 answers
96 views

I am trying to visualizing the unit circle under different norm functions, here is the code: ...
qed's user avatar
  • 275