Upgrade Function Grapher
bech
However, although it is an easy way to look at a function's graph, it is a bit clunky for exploring a function's behavior. As it stands, you have to re-enter a parameter value to change it. This makes it hard to "scan" parameters.
How about the following: when defining parameters in a function, one could supply minimum and maximum values, and the program could create a slider control. (Actually, one could set default values, say 0 and 1, and create the slider when the parameter was created.) Having a slider for each parameter would take a bit more screen real estate, but I think it's worth it.
Rick
June 3, 2010 at 12:41 pm - Permalink
John- it is a bit clunky the way the list edits. I like your idea; I'd have to think pretty hard about how to implement it so that it handles a large number of parameters correctly.
Rick- Would a filter string work? Maybe a menu that allowed you to select FitFunc, All, Filter, ...
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
June 3, 2010 at 04:29 pm - Permalink
John- it is a bit clunky the way the list edits. I like your idea; I'd have to think pretty hard about how to implement it so that it handles a large number of parameters correctly.
Personally, I would think that the Function Grapher is best for relatively straightforward situations, where there is a manageable number of parameters to look at. My guess is that if you had a mechanism that looked ok for half a dozen parameters (and worked but got clunky with more), that would be useful. In practice, I'm usually interested in looking at one or two parameters at a time. I guess I am thinking of something where the code would add a slider each time one increased the number of parameters in the function.
June 4, 2010 at 04:37 pm - Permalink