Re: Legend option for ListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg85175] Re: Legend option for ListPlot
- From: Frank Iannarilli <frankeye at cox.net>
- Date: Thu, 31 Jan 2008 00:47:15 -0500 (EST)
- References: <fnpnm4$cll$1@smc.vnet.net>
plottemp=ListPlot[...PlotStyle->{{Red,Thickness[0.01`]},{Brown,\ Thickness[0.01`]},{Blue,Thickness[0.01`]}}...]; ShowLegend[plottemp,{{{Red,Style["RedLabel",Black]}, {Brown,Style["BrownLabel",\ Black]},{Blue,Style["BlueLabel",Black]}},LegendPosition->{1.1,.0},\ LegendTextSpace->1,LegendSize->{0.8,0.2}}]