u = Sin[x];
v = Cos[x];
w = Cos[x]^2;
y = Sin[x]^3;
Needs["PlotLegends`"]
Plot[{u, v, w, y}, {x, -10, 10}, PlotRange -> All,
PlotStyle -> {AbsoluteDashing[{}], Dashed, DotDashed, Dotted},
PlotLegend[{{Graphics[{AbsoluteDashing[{}],
Line[{{7, 0.1}, {8, 0.1}}]}],
"a=0.02"}, {Graphics[{Dashed, Line[{{7, 0.3}, {8, 0.3}}]}],
"b=0.03"}, {Graphics[{DotDashed, Line[{{7, 0.5}, {8, 0.5}}]}],
"c=0.04"}, {Graphics[{Dotted, Line[{{7, 0.7}, {8, 0.7}}]}],
"d=0.07"}}]]
the error is:
An option must be a rule or a list of rules....
Coordinate Skeleton[2] should be a pair of numbers, or a Scaled or Offset form
Would You please help me!

TradingChartetc. which I often think are quite frivolous) before fixing their basic but crucial plot label and tick mark functionality for the core plotting functions. – Jens Jun 12 '12 at 14:47Needsto make a normal legend forPlot, while something likeTradingChartis in theSystemcontext even though it's an obvious niche function? – Jens Jun 12 '12 at 14:53