Currently if we evaluate outside of the bounds an exception is raised. We can do better by handling this like scipy function, mode='raise'/'constant'/'nearest', and set the value accordingly without raising an exception. This becomes handy in interactive plotting.
Currently if we evaluate outside of the bounds an exception is raised. We can do better by handling this like scipy function, mode='raise'/'constant'/'nearest', and set the value accordingly without raising an exception. This becomes handy in interactive plotting.