How to clear screen?

View: New views
2 Messages — Rating Filter:   Alert me  

How to clear screen?

by RemyLeBeau :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there any command in Gnuplot which works as 'cls' on DOS?
I'm not talkig about 'clear'. I just want to erase the writen command lines, not the graphs.

Re: How to clear screen?

by Thomas Sefzick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

maybe
system "clear"
?

RemyLeBeau wrote:
Is there any command in Gnuplot which works as 'cls' on DOS?
I'm not talkig about 'clear'. I just want to erase the writen command lines, not the graphs.