Using legend with FilledPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg74393] Using legend with FilledPlot
- From: Michelasso <qzerty at gmail.com>
- Date: Mon, 19 Mar 2007 22:05:50 -0500 (EST)
Ok, I have tried to answer to myself to the previous questions I made,
and I have almost managed to get what I want, except for one thing: I
cannot put legend into grpahics I draw with FilledPlot funtion.
For example this works:
Plot[{Sin[x], Cos[x]}, {x, -3, 3}, PlotStyle -> {Hue[0.4], Hue[0.6]},
PlotLegend -> {"a", "b"}, LegendTextSpace -> 10,
LegendShadow -> None, LegendPosition -> {0.2, -0.3},
LegendSize -> {0.9, 0.2}]
but if I replace Plot with FilledPlot I don't have anymore a legend.
Is there any way to obtain a legend with FilledPlot?
- Follow-Ups:
- RE: Using legend with FilledPlot
- From: "David Annetts" <davidannetts@aapt.net.au>
- RE: Using legend with FilledPlot