|
[Date Index]
[Thread Index]
[Author Index]
Re: Plot, Epilog, and Text
- To: mathgroup at smc.vnet.net
- Subject: [mg80816] Re: Plot, Epilog, and Text
- From: yatesd at mac.com
- Date: Mon, 3 Sep 2007 06:09:31 -0400 (EDT)
- References: <fbdmo6$pat$1@smc.twtelecom.net>
3 is not a Real number, so you either have to
(1) call g as follows g["X",3.,f]
or
(2) define g as follows g[X_String, w_?NumericQ, f_]
Regards,
Derek
Prev by Date:
Re: plotting equations with units
Next by Date:
Re: Plot, Epilog, and Text
Previous by thread:
Re: Plot, Epilog, and Text
Next by thread:
Re: Plot, Epilog, and Text
|