MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Passing options through user-defined functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59011] Re: Passing options through user-defined functions
  • From: "." <ggroup at sarj.ca>
  • Date: Tue, 26 Jul 2005 04:03:48 -0400 (EDT)
  • References: <dc1tg8$54u$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Joe Christy wrote:

> and I would like to be able to write something like

> foo[3,5, size -> 100]

> and see the results of ArrayPlot[bar, ImageSize->{3*100,5*100}]

Would something like the following work?
ArrayPlot[bar,ImageSize->(size/.q)]


  • Prev by Date: invisible cursor
  • Next by Date: Why won't Horner[] work?
  • Previous by thread: Re: Passing options through user-defined functions
  • Next by thread: Re: Passing options through user-defined functions