Re: Making Transparent Legend Backgrounds
- To: mathgroup at smc.vnet.net
- Subject: [mg123955] Re: Making Transparent Legend Backgrounds
- From: Chris Young <cy56 at comcast.net>
- Date: Mon, 2 Jan 2012 02:45:55 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <g3037t$me9$1@smc.vnet.net> <g37f3k$q01$1@smc.vnet.net>
On 2008-06-17 04:38:12 +0000, Gregory Lypny said: > Thanks for the tip, Curtis. It works well. Now if only I could get > rid of the legend's border the same way! > > Regards, > > Gregory Plot[ x Sin[x], {x, -10, 10}, PlotLegend -> {"Targets", "Dynamic MVPs"}, LegendPosition -> {-0.8, -0.4}, LegendTextSpace -> 6, LegendBorder -> None, LegendBackground -> Opacity[0], ShadowBackground -> Opacity[0] ] will get rid of the border.