|
From: Tino W. <ti...@wi...> - 2006-07-08 22:04:01
|
Ethan A Merritt wrote:
...
> Right. That you can do, for instance by passing the values as
> script parameters:
>
> command1 = sprintf("< scriptname %g %g",GPVAL_X_MIN,GPVAL_X_MAX)
> plot command1 with lines
Well, this works with the current checkout, but not in a way to
fix the problem ;) After the sprintf of course the values
are fixed in the string and are not recalculated when you
select another area to zoom with the mouse.
So a mapping to the environment would be the most flexible
way to make all this possible I guess...
Regards
Tino
|