User Portlet User Portlet

Discussions
I want to plot the following 7 curves without their asymptotes: \[Gamma] = {-0.99, -0.9, -0.5, 0, 0.5, 0.9, 0.99} f[\[Lambda]_, \[Gamma]_] := (1 - 5 \[Lambda] + 4 \[Gamma]*\[Lambda]) ( 77 \[Lambda]^2 - 76 \[Gamma]...
Dear David,Thank you a lot for your help, I found a function called "LabelPlot" that can add the label inside a curve at a specific position: This is its code: > Blockquote LabelPlot[func_List, {var_, varmin_, varmax_}, opts___?OptionQ] := ...