What command is used to print a graph over an existing graph in Scilab?

1 answer

Answer

1185805

2026-05-15 10:30

+ Follow

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.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.