[Scilab-users] A generic datastructure dump tool?

sgougeon at free.fr sgougeon at free.fr
Tue Mar 29 18:12:57 CEST 2016


>De: "scilab 20 browseruk" 
>Objet: [Scilab-users] A generic datastructure dump tool?
> .../...
>I have a "working" version (and have had several others), but they all suffer from the 
>same problem: namely that in order to redraw the line I have to redraw the entire graph, 
>which defeats the point of the exercise which is to see how varying each of the 
>coefficients affects the line. The process of re-draw is so slow that you can't see what changes.

Hello,
After getting the handle PL of your polyline, you can directly update its points through PL.data
Then, the graphics is directly updated. You don't need to redraw it with plot() ot plot2d().

HTH
Samuel



More information about the users mailing list