File: clearing.htm

package info (click to toggle)
extrema 4.3.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 19,212 kB
  • ctags: 6,452
  • sloc: cpp: 86,428; sh: 8,229; makefile: 814
file content (26 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<HTML>
<HEAD>
<TITLE>Clearing the graphics</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">

<P><font size="+2" color="green">Clearing the graphics</font></P>
<P>
 Use the <a href="../ClearCommand/clearcommand.htm"><CODE>CLEAR\-REPLOT</CODE></a>
 command to clear the graphics page without emptying the replot buffers.</P>
<P>
 Use the <CODE>CLEAR</CODE></a> command with no qualifiers and no parameters to clear
 the graphics page and empty the replot buffers.</P>
<P>
 Use the <CODE>CLEAR n</CODE></a> command to erase the graphics from window number <CODE>n</CODE> and
 empty the replot buffers.</P>
<P>
 Use the <CODE>CLEAR\-REPLOT n</CODE></a> command to erase the graphics from window number
 <CODE>n</CODE>, but leave the replot buffers.</P>
<P>
 <a href="windows.htm"><img src="../shadow_left.gif">&nbsp;
 <font size="+1" color="olive">Windows</font></a><br />
 <a href="example1.htm"><img src="../shadow_right.gif">&nbsp;
 <font size="+1" color="olive">Example 1</font></a></P>
</BODY>
</HTML>