|
From: Petr M. <mi...@ph...> - 2007-04-11 22:27:36
|
I'm fine with the new command "redraw". > It's not clear to me that we need to make this new functionality > visible from the command line at all. The mouse zooming can call > a new internal routine with no corresponding user command. > Let's get it working first, and only then worry about whether > it is worth adding a new user command. Yes, it is important to have it exposed to the user interface. Octave is getting M* compatibility, where the "set"-like commands are written after(!) the plot command, and thus it usually needs several (fast) redraws with the original data. It would be great if gnuplot can provide this. --- PM |