erase the pixmap buffer
clear_pixmap()
If a graphic window pixmap
property is "on"
the drawings are send to a pixmap memory instead of the screen display.
The clear_pixmap()
instruction erase the pixmap, but not
the screen.
The pixmap mode can be used to obtain smooth animations.
Version | Description |
5.4.0 | Function clear_pixmap is obsolete. |
5.4.1 | clear_pixmap() was published up to Scilab 5.4.1.
It may be replaced with drawlater/
drawnow or the
gcf().immediate_drawing attribute. |