Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • $\begingroup$ Hi @Mr.Wizard, I have a problem that could be related but doesn't seem to work for me. I would like the range limits to depend on some other function or list, something like: Plot[Evaluate@Map[myFunc[x, #], {x, 0, rangeFunc[yValues]}&, yValues]] where rangeFunc gives me a number for each y. Is it possible? $\endgroup$ Commented Aug 19, 2014 at 9:23
  • $\begingroup$ This is because the function myFunc is a 2D interpolation function, which extrapolates to zero outside specific ranges of x which depend on y. $\endgroup$ Commented Aug 19, 2014 at 9:27
  • $\begingroup$ @Santi I have trouble understanding what you want. Would you please post a new question with examples of both the input and output that you want? $\endgroup$ Commented Aug 19, 2014 at 9:28
  • $\begingroup$ @Wizard ok thanks, the question is there with a small example. $\endgroup$ Commented Aug 19, 2014 at 9:43