Re: plotting non-numeric data
- To: mathgroup at smc.vnet.net
- Subject: [mg7948] Re: plotting non-numeric data
- From: dreece at atl.mindspring.com (Daryl Reece)
- Date: Fri, 25 Jul 1997 02:40:24 -0400
- Organization: MindSpring Enterprises, Inc.
- Sender: owner-wri-mathgroup at wolfram.com
If I understand, can't you just define f[x_, ]:=Max[f1[x],f2[x],...] and then Plot[f[x,], {x,x0,x1}] Lee Heavner <lee.heavner at gsbpop.uchicago.edu> wrote: >I have a number of functions each of which represents a different policy >option. I would like to make a plot that shows which option is the >policymakers best choice as a function of the parameter values. >So basically I want a map where regions are defined by which policy >generates the most surplus. >Any ideas on how to approach this? >Thanks for you help, >Lee