In Scilab, the command used to print a graph over an existing graph is plot. When you call plot again with new data after the initial plot, it overlays the new graph on top of the existing one. To ensure the previous graph remains visible, you can use the clf command to clear the current figure if needed, but it's not necessary for overlaying.
Copyright © 2026 eLLeNow.com All Rights Reserved.