Re: Passing default options to nested function call
- To: mathgroup at smc.vnet.net
- Subject: [mg94066] Re: Passing default options to nested function call
- From: Stoney Ballard <stoneyb at gmail.com>
- Date: Thu, 4 Dec 2008 07:13:23 -0500 (EST)
- References: <10132325.1227952316551.JavaMail.root@m02> <ggtv8o$7fv$1@smc.vnet.net>
On Dec 3, 5:41 am, Albert Retey <a... at gmx-topmail.de> wrote: >... > fun1[opts : OptionsPattern[{fun1, Graphics}]] := > OptionValue[{opt1, Axes}] >... That's useful. I'd missed that feature of OptionsPattern in the doc. Thanks!