| Author |
Comment/Response |
Laura F
|
10/15/07 09:49am
Is there a way to label individual functions in a plot? I need to label the three lines in the plot below as z=1, z>1, z<1.
Many thanks!
Laura
Plot[{x, x^3, x^(1/3)}, {x, 0, 2.5},
PlotRange -> {{0, 2.5}, {0, 2.5}}, AspectRatio -> Automatic,
Frame -> True, FrameLabel -> {"inherited resource (\!\(\*
StyleBox[\"d\",\nFontSlant->\"Italic\"]\))", "individual fitness"},
FrameTicks -> {{{1}, None}, {{1}, None}}, GridLines -> {{1}, {1}},
GridLinesStyle -> Dashed,
PlotStyle -> Directive[Black, AbsoluteThickness[1]]]
URL: , |
|