Re: AxesFront
- To: mathgroup at smc.vnet.net
- Subject: [mg17232] Re: AxesFront
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Mon, 26 Apr 1999 02:00:16 -0400
- References: <7fp6op$3fe@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Andrew, The standared way of allowing only accepable options through to known functions is to use the packages Utilities`FilterOptions` , but in your case it may be simpler to remove the unwanted option: gr = FilledListPlot[{{1, 2}, {2, -1}, {3, 2}}] DeleteCases[gr, _[ AxesFront, _], Infinity] Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565 Andrew Watson <abwatson at mail.arc.nasa.gov> wrote in message news:7fp6op$3fe at smc.vnet.net... > Matherati, > > I am using FilledListPlot to create a graphic, which subsequetly gets > combined with other graphics, and displayed using Show. Intermittently I > get the error: > > Graphics::"optx": "Unknown option \!\(AxesFront\) in \!\(Options[Graphics]\)." > > and the result is the grayed box with a message stating that there was a > problem with the drawing commands. > > AxesFront is an option to FilledListPlot, but I am not overtly setting it. > > Any ideas how to deal with this problem? > > Regards, > > Andrew >