Re: Syntax Coloring Issue
- To: mathgroup at smc.vnet.net
- Subject: [mg129279] Re: Syntax Coloring Issue
- From: Helen Read <readhpr at gmail.com>
- Date: Sat, 29 Dec 2012 15:08:06 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <kbjsgs$n0d$1@smc.vnet.net>
Also, same deal with RoundingRadius. It works, but is colored red as
though it is an unknown option.
On 12/28/2012 5:33 AM, Helen Read wrote:
> If you use Background as an option in PlotLegends, the background does
> work, yet Background gets colored red as though it is not a known option
> for PlotLegends. Here's an example straight from the Documentation for
> PlotLegends.
>
> Plot[{Sin[x], Cos[x]}, {x, 0, 2 \[Pi]},
> PlotLegends ->
> SwatchLegend["Expressions", LegendLabel -> "label",
> LegendFunction -> "Frame", Background -> LightBlue]]
>
> Helen Read
> University of Vermont
>
>